Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add list of projects using Optuna to examples/README.md #1605

Merged
merged 7 commits into from
Sep 1, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ In addition, integration modules are available for the following libraries, prov

### External libraries using Optuna

* [Analyzing optimization results using Neptune](https://neptune-contrib.readthedocs.io/user_guide/monitoring/optuna.html)
* [RL Baselines Zoo](https://github.com/DLR-RM/rl-baselines3-zoo)
* [Allegro Trains](https://github.com/allegroai/trains)
* [neptune.ai](https://neptune.ai)
* [PyKEEN](https://github.com/pykeen/pykeen)
* [Mozilla Voice STT](https://github.com/mozilla/DeepSpeech)
toshihikoyanase marked this conversation as resolved.
Show resolved Hide resolved
* [OptGBM: A scikit-learn compatible LightGBM estimator with Optuna](https://github.com/Y-oHr-N/OptGBM)

### Running with Optuna's Docker images?
Expand Down