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

revise settings

This commit is contained in:
Hong Zhang
2020-11-27 00:19:23 +08:00
parent 293c405593
commit 5796363ecf
5 changed files with 16 additions and 16 deletions

View File

@@ -58,11 +58,11 @@ if __name__ == "__main__":
"d_feat": 6,
"hidden_size": 64,
"num_layers": 2,
"dropout": 0.6,
"dropout": 0.7,
"n_epochs": 200,
"lr": 1e-3,
"lr": 1e-4,
"early_stop": 20,
"metric": "IC",
"metric": "loss",
"loss": "mse",
"base_model": "LSTM",
"seed": 0,