Login using Social Account
     Continue with GoogleLogin using your credentials
Use fit
on model
to train the model. Also, pass X_train_scaled, y_train
as input arguments, along with epochs=15
and validation_data=(X_valid_scaled, y_valid)
.
model.fit(<< your code comes here >>, epochs=15,
validation_data=(X_valid_scaled, y_valid))
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...