Answers for "how to check sklearn version in cmd"

0

how to know the version of sklearn

conda list scikit

scikit-learn              0.22.1           py37h6288b17_0
Posted by: Guest on September-10-2020
0

how to check sklearn version in cmd

#from cmd
sklearn_version = sklearn.__version__

print(sklearn_version)
Posted by: Guest on December-08-2020

Code answers related to "how to check sklearn version in cmd"

Python Answers by Framework

Browse Popular Code Answers by Language