How to Install and Uninstall python3-sklearn Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-sklearn" package

Please follow the instructions below to install python3-sklearn on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sklearn

2. Uninstall "python3-sklearn" package

Learn how to uninstall python3-sklearn on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-sklearn $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-sklearn package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-sklearn
Priority: optional
Section: universe/python
Installed-Size: 5277
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: all
Source: scikit-learn
Version: 0.17.0-4
Depends: python3:any (>= 3.3.2-2~), python3-numpy, python3-scipy, python3-sklearn-lib (>= 0.17.0-4), python3-joblib (>= 0.9.2)
Recommends: python3-nose, python3-matplotlib
Suggests: python3-dap, python-sklearn-doc, ipython3
Filename: pool/universe/s/scikit-learn/python3-sklearn_0.17.0-4_all.deb
Size: 1170318
MD5sum: 1f645fc65fd190b34ec64c5f6b3593dc
SHA1: 66d45daae442cb9d4ff2f78d008dfd125bbd991f
SHA256: 972c825d88117430f5b1ce5b58bc90e14fd21a358d4787888bbc1d1dfb3aca40
Description-en: Python modules for machine learning and data mining
scikit-learn is a collection of Python modules relevant to
machine/statistical learning and data mining. Non-exhaustive list of
included functionality:
- Gaussian Mixture Models
- Manifold learning
- kNN
- SVM (via LIBSVM)
.
This package contains the Python 3 version.
Description-md5: 6744fb7a4d1c394e74531231f59564fd
Enhances: python3-mdp, python3-mvpa2
Homepage: http://scikit-learn.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu