mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 08:46:56 +08:00
update doc str
This commit is contained in:
@@ -151,7 +151,7 @@ class RecorderCollector(Collector):
|
|||||||
rec_filter_func (Callable, optional): filter the recorder by return True or False. Defaults to None.
|
rec_filter_func (Callable, optional): filter the recorder by return True or False. Defaults to None.
|
||||||
artifacts_path (dict, optional): The artifacts name and its path in Recorder. Defaults to {"pred": "pred.pkl", "IC": "sig_analysis/ic.pkl"}.
|
artifacts_path (dict, optional): The artifacts name and its path in Recorder. Defaults to {"pred": "pred.pkl", "IC": "sig_analysis/ic.pkl"}.
|
||||||
artifacts_key (str or List, optional): the artifacts key you want to get. If None, get all artifacts.
|
artifacts_key (str or List, optional): the artifacts key you want to get. If None, get all artifacts.
|
||||||
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.
|
||||||
"""
|
"""
|
||||||
super().__init__(process_list=process_list)
|
super().__init__(process_list=process_list)
|
||||||
if isinstance(experiment, str):
|
if isinstance(experiment, str):
|
||||||
|
|||||||
Reference in New Issue
Block a user