Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

install python ubuntu

python -m pip show scikit-learn  # to see which version and where scikit-learn is installedpython -m pip freeze  # to see all packages installed in the active virtualenvpython -c "import sklearn; sklearn.show_versions()"
Source by scikit-learn.org #
 
PREVIOUS NEXT
Tagged: #install #python #ubuntu
ADD COMMENT
Topic
Name
8+5 =