mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
Update docs
This commit is contained in:
@@ -29,11 +29,16 @@ class QlibRecorder:
|
|||||||
|
|
||||||
.. code-block:: Python
|
.. code-block:: Python
|
||||||
|
|
||||||
|
# start new experimetn and recorder
|
||||||
with R.start('test', 'recorder_1'):
|
with R.start('test', 'recorder_1'):
|
||||||
model.fit(dataset)
|
model.fit(dataset)
|
||||||
R.log...
|
R.log...
|
||||||
... # further operations
|
... # further operations
|
||||||
|
|
||||||
|
# resume previous experiment and recorder
|
||||||
|
with R.start('test', 'recorder_1'): # if users want to resume recorder, they have to specify the exact same name for experiment and recorder.
|
||||||
|
... # further operations
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
experiment_name : str
|
experiment_name : str
|
||||||
|
|||||||
Reference in New Issue
Block a user