This repo contain simple classification examples using python and scikit-learn
prerequisites:
if you are using python idle install the ml package using this command
pip install -U scikit-learn
use pip3 if you are working with python version 3 and above if you are using anaconda distribution install the ml package using this command
conda install scikit-learn
Enjoy....