mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-09 22:10:56 +08:00
revise settings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user