-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start updating Optuna example (#182)
* Start updating Optuna example * Add Optuna to test matrix * Remove duplicate
- Loading branch information
1 parent
e5b368e
commit f29680e
Showing
2 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
22 changes: 9 additions & 13 deletions
22
integrations/model-optimization/optuna/optuna-hello-world/optuna-hello-world.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
integrations/model-optimization/optuna/optuna-hello-world/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
comet_ml>=3.33.10 | ||
optuna | ||
optuna>=4.0.0 | ||
optuna-integration>=4.0.0 |