facet.selection#

Learner selection with hyperparameter optimization.

Classes#

LearnerSelector

Select the best model obtained by fitting an estimator using different choices of hyperparameters from one or more ParameterSpace objects.

MultiEstimatorParameterSpace

A collection of parameter spaces, each representing a competing estimator from which to select the best-performing candidate with optimal hyperparameters.

ParameterSpace

A set of parameter choices or distributions spanning a parameter space for optimizing the hyperparameters of a single estimator.

Submodules#

facet.selection.base

Base classes and supporting classes for module facet.selection.