Skip to content

Commit

Permalink
Merge pull request #1605 from Crissman/affiliates
Browse files Browse the repository at this point in the history
Add list of projects using Optuna to examples/README.md
  • Loading branch information
HideakiImamura committed Sep 1, 2020
2 parents 12808ed + 1797ac0 commit 007336b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,17 @@ In addition, integration modules are available for the following libraries, prov

* [Optimizing on Kubernetes](./distributed/kubernetes/README.md)

### External libraries using Optuna
### External projects 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)
* [OptGBM: A scikit-learn compatible LightGBM estimator with Optuna](https://github.com/Y-oHr-N/OptGBM)
* [Catalyst](https://github.com/catalyst-team/catalyst)

PRs to add additional projects welcome!

### Running with Optuna's Docker images?
You can use our docker images with the tag ending with `-dev` to run most of the examples.
Expand Down

0 comments on commit 007336b

Please sign in to comment.