We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b71526 commit 3183a23Copy full SHA for 3183a23
qlib/workflow/task/collect.py
@@ -151,7 +151,7 @@ def __init__(
151
rec_filter_func (Callable, optional): filter the recorder by return True or False. Defaults to None.
152
artifacts_path (dict, optional): The artifacts name and its path in Recorder. Defaults to {"pred": "pred.pkl", "IC": "sig_analysis/ic.pkl"}.
153
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).
+ list_kwargs (str): arguments for list_recorders function.
155
"""
156
super().__init__(process_list=process_list)
157
if isinstance(experiment, str):
0 commit comments