Skip to content

Commit

Permalink
Merge 80752a8 into 7f1e8c5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenditc committed Apr 26, 2023
2 parents 7f1e8c5 + 80752a8 commit 9260626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qlib/contrib/model/pytorch_alstm.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ def fit(
save_path=None,
):

df_train, df_valid, df_test = dataset.prepare(
["train", "valid", "test"],
df_train, df_valid = dataset.prepare(
["train", "valid"],
col_set=["feature", "label"],
data_key=DataHandlerLP.DK_L,
)
Expand Down

0 comments on commit 9260626

Please sign in to comment.