1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 01:14:35 +08:00

black format

This commit is contained in:
bxdd
2020-11-27 13:09:40 +08:00
parent 8b275a6006
commit ae757a4b51
4 changed files with 8 additions and 5 deletions

View File

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