xadrianzetx / optuna-distributed

Distributed hyperparameter optimization made easy
MIT License
34 stars 1 forks source link

Add `into_study()` convenience method #81

Closed xadrianzetx closed 1 year ago

xadrianzetx commented 1 year ago

This enables users to unwrap original Optuna study and use it in places such as plotting functions from optuna.visualization module. Closes #80.