


You can run the following command in command prompt to install scikit-learn − pip install scikit-learn If pip is successfully installed on your system, it will display its version. If not, you can manually install python from. If you have python on your system, it will display the version of python installed. Open the command prompt on your system and type the following commands to check whether Python and pip is installed or not.

To install Scikit-learn on Windows, follow the steps given below − Step1-Make Sure Python and pip is preinstalled Installing Scikit-learn on Windows using pip Scikit-learn library is written in Python and is built upon other Python packages such as NumPy (Numerical Python), and SciPy (Scientific Python). Scikit-learn, also known as Sklearn, is the most useful and robust open-source Python library that implements machine learning and statistical modeling algorithms including classification, regression, clustering, and dimensionality reduction using a unified interface.
