sklearn-pandas 2.2.0-1ubuntu1 source package in Ubuntu

Changelog

sklearn-pandas (2.2.0-1ubuntu1) kinetic; urgency=medium

  * debian/patches/scipy-test.patch: fix tests for current scipy.
    Closes: #1013540.

 -- Steve Langasek <email address hidden>  Sat, 20 Aug 2022 19:29:30 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sklearn-pandas_2.2.0.orig.tar.gz 96.3 KiB fce2aa4ea34e3690150462e7196a9c80d8474a98f7a6f734b2d5c856c72becb9
sklearn-pandas_2.2.0-1ubuntu1.debian.tar.xz 3.6 KiB fef9a7b504c35def46bb349285b891d955a36c8084c252b1aa604fc8f87c0890
sklearn-pandas_2.2.0-1ubuntu1.dsc 2.2 KiB ecfacd805a9b99c6b10af34b6affeb818771b6ffb10837ce00a2bc790e7a445f

View changes file

Binary packages built by this source

python3-sklearn-pandas: Pandas integration with sklearn (Python 3)

 sklearn-pandas provides a bridge between scikit-learn's machine learning
 methods and pandas data frames.
 .
 In particular, it provides:
  - a way to map DataFrame columns to transformations, which are later
    recombined into features
  - a way to cross-validate a pipeline that takes a pandas DataFrame as input.
 .
 This is the Python 3 version of the package.