Metadata-Version: 2.1
Name: yahpo-gym
Version: 1.0.1
Summary: Inference module for the yahpo gym
Home-page: https://github.com/slds-lmu/yahpo_gym
Author: Florian Pfisterer, Lennart Schneider
License: LGPLv3
Keywords: module,train,yahpo
Classifier: Development Status :: 3 - Alpha
License-File: LICENSE
Requires-Dist: onnxruntime (>=1.10.0)
Requires-Dist: pyyaml
Requires-Dist: configspace
Requires-Dist: pandas
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinx-bootstrap-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: pandas ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=4.6) ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: pre-commit ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

YAHPO Gym (Yet Another Hyperparameter Optimization Gym) is a collection of interesting problems to benchmark hyperparameter optimization (HPO) methods described in https://arxiv.org/abs/2109.03670.
