tpcp.optimize: Optimization helper#
Module for all supported parameter optimization methods.
Classes#
|
Run a generic self-optimization on the pipeline. |
|
Perform a grid search over various parameters. |
|
Exhaustive (hyper)parameter search using a cross validation based score to optimize pipeline parameters. |
|
Provide API compatibility for SimplePipelines in optimize wrappers. |
Base class for all optimizer. |
Optuna Interface#
Implementation of methods and classes to wrap the optimization Framework Optuna
.
|
Base class for custom Optuna optimizer. |
|
GridSearch equivalent using Optuna. |