Metadata-Version: 2.4
Name: aqua-blue-hyperopt
Version: 0.0.3
Summary: Hyperparameter optimization for aqua-blue models!
Project-URL: Homepage, https://github.com/Chicago-Club-Management-Company/aqua-blue-hyperopt
License-Expression: MIT
License-File: LICENSE
Keywords: aqua-blue,computing,optimization
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: aqua-blue~=0.2.17
Requires-Dist: hyperopt~=0.2.7
Requires-Dist: numpy~=2.0.2
Provides-Extra: dev
Requires-Dist: hatchling~=1.27.0; extra == 'dev'
Requires-Dist: mypy~=1.13.0; extra == 'dev'
Requires-Dist: pdoc3~=0.11.5; extra == 'dev'
Requires-Dist: pytest~=8.0.2; extra == 'dev'
Requires-Dist: ruff~=0.9.4; extra == 'dev'
Provides-Extra: examples
Requires-Dist: matplotlib~=3.9.4; extra == 'examples'
Description-Content-Type: text/markdown

# aqua-blue-hyperopt
Hyperparameter optimization library for aqua-blue models 

[![Custom shields.io](https://img.shields.io/badge/docs-brightgreen?logo=github&logoColor=green&label=gh-pages)](https://chicago-club-management-company.github.io/aqua-blue-hyperopt/)

[![PyPI version shields.io](https://img.shields.io/pypi/v/aqua-blue-hyperopt.svg)](https://pypi.python.org/pypi/aqua-blue-hyperopt/)
[![PyPI pyversions shields.io](https://img.shields.io/pypi/pyversions/aqua-blue-hyperopt.svg)](https://pypi.python.org/pypi/aqua-blue-hyperopt/)

```bash
git clone https://github.com/Chicago-Club-Management-Company/aqua_blue_hyperopt
pip install aqua-blue-hyperopt/
```

or, with dev packages, and running the CI/CD:

```bash
git clone https://github.com/Chicago-Club-Management-Company/aqua-blue-hyperopt
cd aqua-blue-hyperopt/
pip install aqua-blue-hyperopt/[dev]
pytest
ruff check aqua_blue_hyperopt/
mypy aqua_blue_hyperopt/
```
