scikit-learn 0.22.1+dfsg-1 source package in Ubuntu

Changelog

scikit-learn (0.22.1+dfsg-1) unstable; urgency=medium

  * New upstream release; Closes: #933366, #935315
  * Drop python2 autopkgtests, no longer needed
  * debian/copyright
    - update copyright information
  * Refresh patches for new upstream code
  * debian/rules
    - stop building doc until sphinx 2.* is available
    - update how we run test: move sklearn/conftest.py out of the way (it
      somehow conflicts with the file {build_dir}) and skip to run
      test_old_pickle
  * debian/python-sklearn-doc.docs
    - comment out the HTML documentation, which we have disable for now

 -- Sandro Tosi <email address hidden>  Sun, 12 Jan 2020 01:17:10 -0500

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
scikit-learn_0.22.1+dfsg-1.dsc 2.8 KiB 08a5e5fbb46b43a9ba92d91be4ceb581b86025b9a4cb735662e55d241cf884b7
scikit-learn_0.22.1+dfsg.orig.tar.xz 5.7 MiB 77497537b4cfe8bbf9b2adce08053ded10d9b3920657ff97ceb8bf534c970e59
scikit-learn_0.22.1+dfsg-1.debian.tar.xz 21.3 KiB bca85eae171338fd632d00b69630c7e759fc93125a145f0e01b8bd47941917f0

Available diffs

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