You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use sklearn.neural_network.MLPClassifier on scaled data to predict the quality_binary target. Use default hidden layer sizes but set max_iter=500. Report accuracy, precision, and recall on the test set, and plot the training loss curve.
Use sklearn.neural_network.MLPClassifier on scaled data to predict the quality_binary target. Use default hidden layer sizes but set max_iter=500. Report accuracy, precision, and recall on the test set, and plot the training loss curve.