Train a baseline Neural Network with sklearn
Open
easy
good first issue
track: library
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start in the repository's Jupyter Notebook and locate the scaled data and quality_binary target used for model training. Train the requested MLPClassifier with max_iter=500, evaluate accuracy, precision, and recall on the test set, and confirm that the training loss curve is plotted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python, scikit-learn
- Domain
- data-visualization, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100