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

black format

This commit is contained in:
Dong Zhou
2020-11-27 10:42:20 +08:00
parent a4f76b3922
commit 55acac9fd5
3 changed files with 1 additions and 5 deletions

View File

@@ -146,7 +146,6 @@ class LSTM(Model):
raise ValueError("unknown metric `%s`" % self.metric)
def train_epoch(self, x_train, y_train):
x_train_values = x_train.values