optuna_integration.TensorBoardCallback
- class optuna_integration.TensorBoardCallback(dirname, metric_name)[source]
Callback to track Optuna trials with TensorBoard.
This callback adds relevant information that is tracked by Optuna to TensorBoard.
See the example.
- Parameters:
Note
Added in v2.0.0 as an experimental feature. The interface may change in newer versions without prior notice. See https://github.com/optuna/optuna/releases/tag/v2.0.0.