1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
Source: sklearn-pandas
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Baines <mail@cbaines.net>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python-mock,
python-pytest,
python-numpy,
python-pandas,
python-sklearn,
python3-all,
python3-setuptools,
python3-mock,
python3-pytest,
python3-numpy,
python3-pandas,
python3-sklearn,
Standards-Version: 3.9.6
Homepage: https://github.com/paulgb/sklearn-pandas
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Package: python-sklearn-pandas
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Enhances: python-pandas,
python-sklearn,
Description: Pandas integration with sklearn (Python 2)
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 2 version of the package.
Package: python3-sklearn-pandas
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Enhances: python3-pandas,
python3-sklearn,
Description: 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.
|