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

Add ALSTM config

This commit is contained in:
Jactus
2020-11-25 19:29:30 +08:00
parent 05599d1de8
commit a99db6a1dc
10 changed files with 139 additions and 53 deletions

View File

@@ -74,7 +74,7 @@ if __name__ == "__main__":
"loss": "mse",
"seed": 0,
"GPU": 0,
"rnn_type": "GRU"
"rnn_type": "GRU",
},
},
"dataset": {
@@ -142,4 +142,4 @@ if __name__ == "__main__":
report_normal["return"] - report_normal["bench"] - report_normal["cost"]
)
analysis_df = pd.concat(analysis) # type: pd.DataFrame
print(analysis_df)
print(analysis_df)