Verifying Scikit-Learn Library Installation on Windows

To verify if Scikit learn library has been successfully installed using pip install sklearn in your system run the below command:

python -m pip show scikit-learn

If the installation is successful, you’ll get the following message:


How to Install Scikit-Learn in Windows?

Scikit Learn is an open-source Python library that implements a range of machine learning, preprocessing, cross-validation, and visualization algorithms using a unified interface. In this article, we will look into how to install the Scikit-Learn library in Windows.

Pre-requisites

Before starting, the following things should be pre-installed on Windows:

Similar Reads

Installing Scikit-Learn Library on Windows:

For Conda Users...

Verifying Scikit-Learn Library Installation on Windows:

To verify if Scikit learn library has been successfully installed using pip install sklearn in your system run the below command:...