Sklearn Tutorial: Module 2

I took the official sklearn MOOC tutorial. Here are my takeaways.

Yoann Mocquin
Towards Data Science
14 min readNov 25, 2023

--

After years of playing with the Python scientific stack (NumPy, Matplotlib, SciPy, Pandas, and Seaborn), it became obvious to me that the next step was scikit-learn, or “sklearn”.

This second module focuses on the concept of models scores, including the test score and train score…

--

--