loan prediction -- 2

Job ID: 36027208

Budget: $10 – $30 CAD

I'm going to develop a model to predict the loan. I'm using ANN for modeling. while fitting my model, I got this error which block me for going forward.

epochs_hist = model.fit(X_train, y_train, batch_size=128, epochs=100, verbose=1, validation_split=0.0)

wondering if you could help me out with this, thanks!
Related categories: Python Coding