Model combiners#
|
Combine trainable data preprocessing models with a classifier into a unified estimator that preserves component names. |
|
Combine trainable data preprocessing models with a regressor into a unified estimator that preserves component names. |
A passthrough scikit-learn-style transformer that returns the input data unchanged. |
|
A passthrough imblearn-style resampler that returns the input data unchanged. |
|
Create a bagging model instance from specified base_estimator. |
|
Bagging ensemble for regression and classification models with options of feature resampling. |
|
Create a classifier from a numpy-style regressor using one-hot encoding and probability regression. |
|
Wrap a sklearn-style regressor into a sklearn-style classifier using one-hot encoding and probability regression. |