mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-07 04:50:56 +08:00
black format
This commit is contained in:
@@ -112,7 +112,7 @@ if __name__ == "__main__":
|
||||
"min_cost": 5,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
with R.start(experiment_name="highfreq_backtest"):
|
||||
R.log_params(**flatten_dict(task))
|
||||
model.fit(dataset)
|
||||
@@ -126,4 +126,4 @@ if __name__ == "__main__":
|
||||
# backtest. If users want to use backtest based on their own prediction,
|
||||
# please refer to https://qlib.readthedocs.io/en/latest/component/recorder.html#record-template.
|
||||
par = PortAnaRecord(recorder, port_analysis_config, "day")
|
||||
par.generate()
|
||||
par.generate()
|
||||
|
||||
Reference in New Issue
Block a user