Metadata-Version: |
2.1 |
Name: |
hpoflow |
Version: |
0.1.4 |
Summary: |
Tools for Optuna, MLflow and the integration of both |
Author: |
Philip May |
Author-Email: |
philip.may[at]t-systems.com |
Maintainer: |
Philip May |
Home-Page: |
https://github.com/telekom/HPOflow |
Project-Url: |
Bug Tracker, https://github.com/telekom/HPOflow/issues |
Project-Url: |
Documentation, https://telekom.github.io/HPOflow/ |
Project-Url: |
Source Code, https://github.com/telekom/HPOflow |
Project-Url: |
Contributing, https://github.com/telekom/HPOflow/blob/main/CONTRIBUTING.md |
Project-Url: |
Code of Conduct, https://github.com/telekom/HPOflow/blob/main/CODE_OF_CONDUCT.md |
Keywords: |
optuna mlflow deep-learning ml ai machine-learning experiment-tracking hyperparameter-optimization |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: Education |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Operating System :: OS Independent |
Requires-Python: |
>=3.7 |
Requires-Dist: |
numpy |
Requires-Dist: |
scipy |
Requires-Dist: |
optuna |
Requires-Dist: |
lazy-imports |
Requires-Dist: |
myst-parser; extra == "all" |
Requires-Dist: |
torch; extra == "all" |
Requires-Dist: |
sphinx; extra == "all" |
Requires-Dist: |
scikit-learn; extra == "all" |
Requires-Dist: |
pylint; extra == "all" |
Requires-Dist: |
flake8; extra == "all" |
Requires-Dist: |
sphinx-rtd-theme; extra == "all" |
Requires-Dist: |
GitPython; extra == "all" |
Requires-Dist: |
mypy; extra == "all" |
Requires-Dist: |
pytest; extra == "all" |
Requires-Dist: |
black; extra == "all" |
Requires-Dist: |
mlflow; extra == "all" |
Requires-Dist: |
transformers; extra == "all" |
Requires-Dist: |
mdformat; extra == "all" |
Requires-Dist: |
packaging; extra == "all" |
Requires-Dist: |
isort; extra == "all" |
Requires-Dist: |
pylintfileheader; extra == "all" |
Requires-Dist: |
pydocstyle; extra == "all" |
Requires-Dist: |
sphinx-copybutton; extra == "all" |
Requires-Dist: |
black; extra == "checking" |
Requires-Dist: |
flake8; extra == "checking" |
Requires-Dist: |
isort; extra == "checking" |
Requires-Dist: |
mdformat; extra == "checking" |
Requires-Dist: |
pydocstyle; extra == "checking" |
Requires-Dist: |
mypy; extra == "checking" |
Requires-Dist: |
pylint; extra == "checking" |
Requires-Dist: |
pylintfileheader; extra == "checking" |
Requires-Dist: |
sphinx; extra == "doc" |
Requires-Dist: |
sphinx-rtd-theme; extra == "doc" |
Requires-Dist: |
myst-parser; extra == "doc" |
Requires-Dist: |
sphinx-copybutton; extra == "doc" |
Requires-Dist: |
mlflow; extra == "optional" |
Requires-Dist: |
GitPython; extra == "optional" |
Requires-Dist: |
transformers; extra == "optional" |
Requires-Dist: |
pytest; extra == "testing" |
Requires-Dist: |
scikit-learn; extra == "testing" |
Requires-Dist: |
torch; extra == "testing" |
Requires-Dist: |
packaging; extra == "testing" |
Provides-Extra: |
all |
Provides-Extra: |
checking |
Provides-Extra: |
doc |
Provides-Extra: |
optional |
Provides-Extra: |
testing |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |