Answers for "how to install sklearn module in python"

34

install sklearn

pip install scikit-learn
Posted by: Guest on February-11-2020
4

sklearn python install

pip install scikit-learn
#install with conda (anaconda)
conda install -c anaconda scikit-learn
Posted by: Guest on March-10-2021
0

how to update sklearn

conda config --append channels conda-forge
conda install scikit-learn=0.19.2
Posted by: Guest on September-10-2020

Code answers related to "how to install sklearn module in python"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language