Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to update sklearn using conda

# Anaconda comes with the conda package manager which is designed to handle these kinds of upgrades
# Start by updating conda itself to get the most recent package lists:
conda update conda

# And then install the version of scikit-learn you want
conda install scikit-learn=0.17
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #update #sklearn #conda
ADD COMMENT
Topic
Name
9+3 =