Closed mhmoodlan closed 6 years ago
Just like #9 I've noticed that wrong parameters were passed to "model.fit()" in many notebooks: The 1st and 2nd parameters passed to "model.fit()" were the whole dataset (x, y, ...), whereas it should be only the training part (x_train, y_train).
List of affected notebooks:
Thank you.
Just like #9 I've noticed that wrong parameters were passed to "model.fit()" in many notebooks: The 1st and 2nd parameters passed to "model.fit()" were the whole dataset (x, y, ...), whereas it should be only the training part (x_train, y_train).
List of affected notebooks: