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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user