Conda Install Scikit Learn Code Example


Example 1: install sklearn


pip install scikit-learn

Example 2: conda install scikit-learn


conda install -c anaconda scikit-learn

Example 3: conda install scipy


conda install -c anaconda scipy

Example 4: conda install sklearn


conda install -c conda-forge scikit-learn

Example 5: conda install sklearn 0.20


conda install scikit-learn=0.20

Example 6: pip install sklearn specific version


pip uninstall scikit-learn
pip install scikit-learn==0.18.2

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy