Scikit-learn Cheatsheet Sklearn

Uniqtech
Data Science Bootcamp
5 min readMay 12, 2019

--

Sklearn may be the first machine learning framework that you learned. Researchers love its API for ease of use and perfect nimbleness for prototyping . Today machine learnining practitioners, Kaggle data scientists and competition, hackathon goers use the library in conjunction with deep learning frameworks like Pytorch and Tensorflow to do data split, preprocessing and handling missing and NaN values.

Sklearn API Code Pattern

--

--