File: control

package info (click to toggle)
tpot 0.11.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,980 kB
  • sloc: python: 7,256; makefile: 38; sh: 15
file content (81 lines) | stat: -rw-r--r-- 2,774 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
Source: tpot
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
    Christian Kastner <ckk@debian.org>,
Build-Depends:
    debhelper-compat (= 12),
    dh-python,
    mkdocs,
    help2man,
    python3-all,
    python3-deap (>= 1.2),
    python3-joblib (>= 0.13.2),
    python3-imblearn (>= 0.7.0),
    python3-nose (>= 1.3.7) <!nocheck>,
    python3-numpy (>= 1.16.3),
    python3-pandas (>= 0.24.2),
    python3-scipy (>= 1.3.1),
    python3-setuptools,
    python3-sklearn (>= 0.22),
    python3-stopit (>= 1.1.1),
    python3-torch,
    python3-tqdm (>= 4.36.1),
    python3-xgboost (>= 0.90),
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://epistasislab.github.io/tpot/
Vcs-Git: https://salsa.debian.org/science-team/tpot.git
Vcs-Browser: https://salsa.debian.org/science-team/tpot

Package: python3-tpot
Architecture: all
Depends:
    ${misc:Depends},
    ${python3:Depends},
Recommends:
    python3-dask,
    python3-distributed,
    python3-torch,
Description: Automated Machine Learning tool built on top of scikit-learn
 Consider TPOT your Data Science Assistant. TPOT is a Python Automated Machine
 Learning tool that optimizes machine learning pipelines using genetic
 programming.
 .
 TPOT will automate the most tedious part of machine learning by intelligently
 exploring thousands of possible pipelines to find the best one for your data.
 .
 Once TPOT is finished searching (or you get tired of waiting), it provides you
 with the Python code for the best pipeline it found so you can tinker with the
 pipeline from there.
 .
 TPOT is built on top of scikit-learn, so all of the code it generates should
 look familiar... if you're familiar with scikit-learn, anyway.
 .
 This package contains the Python 3.x version of TPOT.

Package: python-tpot-doc
Architecture: all
Section: doc
Build-Profiles: <!nodoc>
Depends:
    ${misc:Depends},
    ${mkdocs:Depends},
Description: documentation and examples for TPOT
 Consider TPOT your Data Science Assistant. TPOT is a Python Automated Machine
 Learning tool that optimizes machine learning pipelines using genetic
 programming.
 .
 TPOT will automate the most tedious part of machine learning by intelligently
 exploring thousands of possible pipelines to find the best one for your data.
 .
 Once TPOT is finished searching (or you get tired of waiting), it provides you
 with the Python code for the best pipeline it found so you can tinker with the
 pipeline from there.
 .
 TPOT is built on top of scikit-learn, so all of the code it generates should
 look familiar... if you're familiar with scikit-learn, anyway.
 .
 This package contains the documentation, example scripts, and tutorials for
 TPOT.