optuna — Easy Playground
Hyperparameter optimization with pruning and visualization
Getting started with optunaRun locally
Install
pip install optunaPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: optuna)
optuna is a third-party package. Hyperparameter optimization with pruning and visualization. Install with: pip install optuna
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?