This commit is contained in:
D-X-Y
2021-03-23 09:43:45 +00:00
parent dd27f15e27
commit 01397660de
5 changed files with 78 additions and 77 deletions

View File

@@ -98,6 +98,7 @@ def run_exp(task_config, dataset, experiment_name, recorder_name, uri):
R.save_objects(**{"model.pkl": model})
# Generate records: prediction, backtest, and analysis
import pdb; pdb.set_trace()
for record in task_config["record"]:
record = record.copy()
if record["class"] == "SignalRecord":