Skip to content

Commit 3183a23

Browse files
chaosddpyou-n-g
authored andcommitted
update doc str
1 parent 8b71526 commit 3183a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qlib/workflow/task/collect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __init__(
151151
rec_filter_func (Callable, optional): filter the recorder by return True or False. Defaults to None.
152152
artifacts_path (dict, optional): The artifacts name and its path in Recorder. Defaults to {"pred": "pred.pkl", "IC": "sig_analysis/ic.pkl"}.
153153
artifacts_key (str or List, optional): the artifacts key you want to get. If None, get all artifacts.
154-
filter_string (str): filter string that used to apply in recorder quering (only support mlflow for now).
154+
list_kwargs (str): arguments for list_recorders function.
155155
"""
156156
super().__init__(process_list=process_list)
157157
if isinstance(experiment, str):

0 commit comments

Comments
 (0)