Built on-top of NumPy, SciPy and Matplotlib,the Scikit-learn is the robust library used in machine learning. Why Scikit Learn ? Provides efficient tools for machine learning . Provide statistical model including classification, regression, clustering. Covers most machine-learning tasks and scales to most data problems. Installation Using pip pip install -U scikit-learn Using conda conda install scikit-learn