Scikit Install
Message from the Writer
What is Scikit learn?
Scikit learn is a free machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.
💡
Scikit-learn was initially developed by David Cournapeau as a Google summer of code project in 2007. Now it is open source and maintained by a team of developers.
Installation
1. Open your terminal and type the following command to install scikit-learn.
2. In order to check your installation you can use
For more information on how to install scikit-learn, see the installation guide (opens in a new tab).