mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
Fix create_recorder bug
This commit is contained in:
@@ -65,13 +65,13 @@ class Experiment:
|
|||||||
"""
|
"""
|
||||||
raise NotImplementedError(f"Please implement the `end` method.")
|
raise NotImplementedError(f"Please implement the `end` method.")
|
||||||
|
|
||||||
def create_recorder(self, name=None):
|
def create_recorder(self, recorder_name=None):
|
||||||
"""
|
"""
|
||||||
Create a recorder for each experiment.
|
Create a recorder for each experiment.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
name : str
|
recorder_name : str
|
||||||
the name of the recorder to be created.
|
the name of the recorder to be created.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
|
|||||||
Reference in New Issue
Block a user