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
|
Source: optuna
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-alembic,
python3-all,
python3-colorlog,
python3-numpy,
python3-setuptools,
python3-sqlalchemy,
python3-tqdm,
python3-yaml
Rules-Requires-Root: no
Homepage: https://optuna.org/
Vcs-Browser: https://salsa.debian.org/gspr/optuna
Vcs-Git: https://salsa.debian.org/gspr/optuna.git -b debian/sid
Package: python3-optuna
Section: python
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: python3-typing-extensions
Suggests: python3-boto3,
python3-cmaes (>= 0.10.0),
python3-matplotlib,
python3-pandas,
python3-plotly,
python3-redis,
python3-sklearn,
python3-scipy
Description: Hyperparameter optimization framework
Optuna is a Python library for hyperparameter (or other "black box")
optimization. Being framework-independent, it works with a variety of
deep learning frameworks.
|