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

Changelog

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

  * Team upload.
  * New upstream release.

  [ Drew Parsons ]
  * skip failing tests on armel: test_tfidf_no_smoothing and
    test_qda_regularization, which don't emit expected divide-by-zero
    runtime warnings.

  [ Michael R. Crusoe ]
  * Update docs patch to "import os" as needed
  * d/tests/python3: test on all supported versions of Python

 -- Michael R. Crusoe <email address hidden>  Mon, 15 Apr 2024 11:46:28 +0200

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
Oracular release universe python

Downloads

File Size SHA-256 Checksum
scikit-learn_1.4.2+dfsg-1.dsc 3.0 KiB e80ec60ebc5799bb2bbc77fa88de6bd77c131cfa5766c5cfddd2893e290729a3
scikit-learn_1.4.2+dfsg.orig.tar.xz 6.1 MiB 64e472c2405f967885642cd40cb4231daf09a8df14be3bc4cad786c89bd47391
scikit-learn_1.4.2+dfsg-1.debian.tar.xz 23.0 KiB 429fd0d1743dd53a47a014096c2ed91ee21e70f5aee044f0048128c7caf304d0

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