Skip to content

optuna/optuna-integration

Repository files navigation

Optuna-Integration

Python GitHub license Codecov

Read the Docs

Docs

Optuna-Integration is an integration module of Optuna. This package allows us to use Optuna, an automatic Hyperparameter optimization software framework, integrated with many useful tools like PyTorch, sklearn, TensorFlow, etc.

Integrations

Optuna-Integration API reference is here.

Installation

Optuna-Integration is available at the Python Package Index and on Anaconda Cloud.

# PyPI
$ pip install optuna-integration
# Anaconda Cloud
$ conda install -c conda-forge optuna-integration

Optuna-Integration supports from Python 3.7 to Python 3.10.

Also, we also provide Optuna docker images on DockerHub.

Communication

Contribution

Any contributions to Optuna-Integration are more than welcome!

For general guidelines how to contribute to the project, take a look at CONTRIBUTING.md.

Reference

Takuya Akiba, Shotaro Sano, Toshihiko Yanase, Takeru Ohta, and Masanori Koyama. 2019. Optuna: A Next-generation Hyperparameter Optimization Framework. In KDD (arXiv).