Storage¶
sklearn_optuna.optuna.Storage
¶
Bases: BaseClassWrapper
Wrapper for Optuna storage backends for optimization history.
Parameters¶
| Name | Type | Description | Default |
|---|---|---|---|
storage
|
type
|
Optuna storage class to instantiate. |
optuna.storages.RDBStorage
|
**params
|
dict
|
Parameters to pass to the storage constructor. |
{}
|
See Also¶
sklearn_optuna.search.OptunaSearchCV : The main search class that uses storage. sklearn_optuna.optuna.Sampler : Wrapper for Optuna samplers.