We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231f373 commit 4361a40Copy full SHA for 4361a40
qlib/workflow/exp.py
@@ -65,13 +65,13 @@ def end(self, recorder_status=Recorder.STATUS_S):
65
"""
66
raise NotImplementedError(f"Please implement the `end` method.")
67
68
- def create_recorder(self, name=None):
+ def create_recorder(self, recorder_name=None):
69
70
Create a recorder for each experiment.
71
72
Parameters
73
----------
74
- name : str
+ recorder_name : str
75
the name of the recorder to be created.
76
77
Returns
0 commit comments