Sklearn Tutorial: Module 1

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

Yoann Mocquin
Towards Data Science
9 min readNov 22, 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”.

But why sklearn ?

--

--