10 Classification Methods From Scikit Learn We Should Know

Prosenjit Chakraborty
10 min readJan 6, 2021

Scikit Learn is an open source, Python based very popular machine learning library. It supports various supervised (regression and classification) and unsupervised learning models.

In this blog, we’ll use 10 well known classifiers to classify the Pima Indians Diabetes dataset (download from here and for details, refer here). Instead of going deep into the…

--

--