1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 22:10:56 +08:00

update collector

This commit is contained in:
lzh222333
2021-04-27 04:12:08 +00:00
parent 0058f7d0dc
commit 42f510024c
5 changed files with 106 additions and 15 deletions

View File

@@ -140,7 +140,7 @@ class RollingTaskExample:
return False
artifact = ens_workflow(
RecorderCollector(exp_name=self.experiment_name, rec_key_func=rec_key, rec_filter_func=my_filter),
RecorderCollector(experiment=self.experiment_name, rec_key_func=rec_key, rec_filter_func=my_filter),
RollingGroup(),
)
print(artifact)