Closed mhmoodlan closed 6 years ago
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).
@jeffheaton
Thank you, good catch.
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).
@jeffheaton