justmarkham/scikit-learn-videos
Jupyter notebooks from the scikit-learn video series
Covers 10 structured tutorials progressing from ML fundamentals through cross-validation, grid search, and classification metrics to production-ready pipelines with categorical feature encoding. Notebooks integrate pandas for data loading, seaborn for visualization, and scikit-learn's estimator API—demonstrating the complete supervised learning workflow from train/test splitting to ROC curve analysis. Updated for Python 3.9+ and scikit-learn 0.23+, with bonus material covering text vectorization and model comparison techniques.
3,782 stars. No commits in the last 6 months.
Stars
3,782
Forks
2,538
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 05, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/justmarkham/scikit-learn-videos"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
numerai/example-scripts
A collection of scripts and notebooks to help you get started quickly.
musicinformationretrieval/musicinformationretrieval.com
Instructional notebooks on music information retrieval.
Arm-Examples/ML-examples
Arm Machine Learning tutorials and examples
akabe/ocaml-jupyter
An OCaml kernel for Jupyter (IPython) notebook
trekhleb/homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math...