Skip to content

Development version

You are reading the latest (dev) docs. For the stable version, see stable.

Pipeline Recipes

Four copy-paste recipes for tuning preprocessing and estimator hyperparameters jointly in a Pipeline.

RecipeProblemTime
Preprocessing + Estimator PipelineTune both together8 min
ColumnTransformer with Mixed TypesNumeric + categorical columns9 min
Imputer Strategy as a HyperparameterSearch over imputation methods7 min
Polynomial Features DegreeTune feature expansion6 min

See Also

Released under the MIT License.