scikit-learn 0.22.1+dfsg-2 source package in Ubuntu
Changelog
scikit-learn (0.22.1+dfsg-2) unstable; urgency=medium * Team upload. * Update patch to skip broken armel test. Resolves a FTBFS on armel * d/control: - Bump Standards-Version to 4.5.0 - Set Rules-Requires-Root to no * d/rules - Change attempt to skip failing test_old_pickle - Also skip known-flaky test_ard_accuracy_on_easy_problem * d/copyright: - Fix File pattern for libsvm, liblinear - Drop copyright for no longer included cblas - Fix License names and bodies * autopkgtest: Replace deprecated ADTTMP with AUTOPKGTEST_TMP * Drop obsolete code in patch deb_use_system_joblib * Refresh revision for GitHub source links * Add overrides for lintian warnings re: external patches * Add (temporary) lintian overrides for E: source-is-missing These files are not used, and will be excluded in the next source repack * Add DEP-3 headers to patches missing them -- Christian Kastner <email address hidden> Thu, 13 Feb 2020 16:52:57 +0100
Upload details
- Uploaded by:
- Debian Science Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Science Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
scikit-learn_0.22.1+dfsg-2.dsc | 2.8 KiB | 9c64542ea3355c18a17fbfc6b91019b377ca77a02d17448caa794b6d411fa422 |
scikit-learn_0.22.1+dfsg.orig.tar.xz | 5.7 MiB | 77497537b4cfe8bbf9b2adce08053ded10d9b3920657ff97ceb8bf534c970e59 |
scikit-learn_0.22.1+dfsg-2.debian.tar.xz | 22.7 KiB | fa6a81689454b7becaffacb5a8c2ec0a50882e6ad6a55951c76ff3005d92467c |
Available diffs
- diff from 0.22.1+dfsg-1 to 0.22.1+dfsg-2 (5.5 KiB)
No changes file available.
Binary packages built by this source
- python-sklearn-doc: documentation and examples for scikit-learn
This package contains documentation and example scripts for
python-sklearn.
- python3-sklearn: Python modules for machine learning and data mining - Python 3
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.
- python3-sklearn-lib: low-level implementations and bindings for scikit-learn - Python 3
This is an add-on package for python-sklearn. It provides
low-level implementations and custom Python bindings for the LIBSVM
library.
.
This package contains the Python 3 version.
- python3-sklearn-lib-dbgsym: debug symbols for python3-sklearn-lib