mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 08:16:54 +08:00
black format
This commit is contained in:
@@ -146,7 +146,6 @@ class GRU(Model):
|
|||||||
|
|
||||||
raise ValueError("unknown metric `%s`" % self.metric)
|
raise ValueError("unknown metric `%s`" % self.metric)
|
||||||
|
|
||||||
|
|
||||||
def train_epoch(self, x_train, y_train):
|
def train_epoch(self, x_train, y_train):
|
||||||
|
|
||||||
x_train_values = x_train.values
|
x_train_values = x_train.values
|
||||||
|
|||||||
Reference in New Issue
Block a user