I\'m getting error at line
model.fit(X_train_new,y_train,batch_size=32,epochs=10, verbose=1)
What could be the case?
from sklearn.model_selection import