Using anaconda, you can find version information with the following command:
conda list <package name>
eg:
conda list scipy
will return (on my system, from my default environment)
scipy 0.15.1 np19py34_0
for your specific question, use:
conda list scikit-learn
To find out which versions are available for your system, use:
conda info scikit-learn
if you find that you need to update the library, update conda first
conda update conda
anaconda (, )
conda update anaconda
( , , )
conda update -n <environment name> scikit_learn
:
,
conda list -r scikit-learn
, ( , ):
conda install