Answers for "how to install sklearn in spyder"

34

install sklearn

pip install scikit-learn
Posted by: Guest on February-11-2020
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 in spyder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language