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

Update R and workflow

This commit is contained in:
Jactus
2020-11-17 22:05:18 +08:00
parent a8b46dd41d
commit 64ed43b791
20 changed files with 481 additions and 376 deletions

View File

@@ -89,7 +89,7 @@ if __name__ == "__main__":
"kwargs": {
"topk": 50,
"n_drop": 5,
}
},
},
"backtest": {
"verbose": False,
@@ -113,7 +113,6 @@ if __name__ == "__main__":
R.save_objects(init_model=model)
rid = R.get_recorder().id
# Finetune model based on previous trained model
with R.start(experiment_name="finetune model"):
recorder = R.get_recorder(rid, experiment_name="init models")