HoldoutWrapper([default_method, …]) |
Helper class to wrap estimators with HoldoutStackableTransformer |
CVWrapper([default_method, default_scoring, …]) |
Helper class to wrap estimators with CVStackableTransformer |
TimeSeriesWrapper([default_method, …]) |
Helper class to wrap estimators with TimeSeriesStackableTransformer |
HoldoutStackableTransformer(estimator[, …]) |
Transformer to turn estimators into meta-estimators for model stacking |
CVStackableTransformer(estimator[, method, …]) |
Transformer to turn estimators into meta-estimators for model stacking |
TimeSeriesStackableTransformer(estimator[, …]) |
Transformer to turn estimators into meta-estimators for model stacking |