Sklearn tutorial: module 2 | Towards Data Science

Sklearn Tutorial: Module 2 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 &...

By · · 1 min read
Sklearn tutorial: module 2 | Towards Data Science

Source: Towards Data Science

Sklearn Tutorial: Module 2 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. Those scores are then used to […]