File: control

package info (click to toggle)
scikit-learn 1.4.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 25,036 kB
  • sloc: python: 201,105; cpp: 5,790; ansic: 854; makefile: 304; sh: 56; javascript: 20
file content (114 lines) | stat: -rw-r--r-- 3,849 bytes parent folder | download
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Source: scikit-learn
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
           Michael Hanke <michael.hanke@gmail.com>,
           Christian Kastner <ckk@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all-dev,
               cython3,
               python3-setuptools,
               python3-numpy,
               python3-scipy,
               python3-pytest,
               python3-pytest-xdist,
               python3-matplotlib,
               python3-joblib,
               python3-threadpoolctl,
               libsvm-dev,
               libblas-dev | libblas.so,
               python3-pandas <!nocheck>,
               python3-pil <!nocheck>,
               libjs-bootstrap4
Build-Depends-Indep: dh-sequence-sphinxdoc,
                     python3-sphinx,
                     python3-sphinx-copybutton,
                     python3-sphinx-gallery,
                     python3-sphinx-prompt,
                     python3-sphinxext-opengraph,
                     python3-numpydoc,
                     python3-pandas,
                     python3-skimage,
                     python3-seaborn,
                     python3-pil,
                     python3-pooch,
                     libjs-jquery (>= 3.6.1+dfsg+~3.5.14-1~),
                     librsvg2-bin,
                     graphviz,
                     python3-doc,
                     python-scipy-doc,
                     python-pandas-doc,
                     python-numpy-doc,
                     python-matplotlib-doc
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/scikit-learn
Vcs-Git: https://salsa.debian.org/science-team/scikit-learn.git
Homepage: https://scikit-learn.org
Rules-Requires-Root: no

Package: python3-sklearn
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-numpy,
         python3-scipy,
         python3-sklearn-lib(>= ${source:Version}),
         python3-joblib,
         python3-threadpoolctl
Recommends: python3-pytest,
            python3-matplotlib
Suggests: python3-dap,
          python-sklearn-doc,
          ipython3
Enhances: python3-mvpa2,
          python3-mdp
Provides: ${python3:Provides}
Description: 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.

Package: python3-sklearn-lib
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${python3:Depends},
         python3-numpy
Provides: ${python3:Provides}
Description: 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.

Package: python-sklearn-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         libjs-bootstrap4,
         libjs-mathjax,
         libjs-jquery (>= 3.6.1+dfsg+~3.5.14-1~)
Suggests: python3-doc,
          python-numpy-doc,
          python-scipy-doc,
          python-pandas-doc
Conflicts: python-scikits-learn-doc
Replaces: python-scikits-learn-doc
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation and examples for scikit-learn
 This package contains documentation and example scripts for
 python-sklearn.
Build-Profiles: <!nodoc>