1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00

Being compatible with previous Qlib version

This commit is contained in:
Young
2021-10-15 15:06:06 +00:00
parent 052aad7982
commit 4efb0a75c1
2 changed files with 11 additions and 4 deletions

View File

@@ -14,9 +14,8 @@ port_analysis_config: &port_analysis_config
class: TopkDropoutStrategy
module_path: qlib.contrib.strategy
kwargs:
signal:
- <MODEL>
- <DATASET>
model: <MODEL>
dataset: <DATASET>
topk: 50
n_drop: 5
backtest: