Website from where you can find the commands to install scikit-learn
https://scikit-learn.org/stable/insta...
Commands to install scikit learn on windows machine
pip install -U scikit-learn
Command to check if you have installed scikit learn on your windows machine
pip show scikit-learn