MCPcopy
hub / github.com/microsoft/qlib / get_uri

Method get_uri

qlib/workflow/__init__.py:345–359  ·  view source on GitHub ↗

Method for retrieving the uri of current experiment manager. Here is the example code: .. code-block:: Python uri = R.get_uri() Returns ------- The uri of current experiment manager.

(self)

Source from the content-addressed store, hash-verified

343 self.exp_manager.delete_exp(experiment_id, experiment_name)
344
345 def get_uri(self):
346 """
347 Method for retrieving the uri of current experiment manager.
348
349 Here is the example code:
350
351 .. code-block:: Python
352
353 uri = R.get_uri()
354
355 Returns
356 -------
357 The uri of current experiment manager.
358 """
359 return self.exp_manager.uri
360
361 def set_uri(self, uri: Optional[Text]):
362 """

Callers 4

train_multisegFunction · 0.80
train_mseFunction · 0.80
trainFunction · 0.80
fake_experimentFunction · 0.80

Calls

no outgoing calls

Tested by 4

train_multisegFunction · 0.64
train_mseFunction · 0.64
trainFunction · 0.64
fake_experimentFunction · 0.64