Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] factor out column ensemble functionality from _ColumnEnsembleForecaster to new base mixin #4231

Merged
merged 5 commits into from Feb 23, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Feb 14, 2023

This PR factors out column ensemble functionality from _ColumnEnsembleForecaster to a new mixin, _ColumnEnsemble, in the base module.

This prepares a refactor of the ColumnTransformer which will depend on _ColumnEnsemble, also see #2537

@fkiraly fkiraly added module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting enhancement Adding new functionality module:base-framework BaseObject, registry, base framework labels Feb 14, 2023
@fkiraly fkiraly merged commit 4a83960 into main Feb 23, 2023
@fkiraly fkiraly deleted the columntransformer-columnestimator branch February 23, 2023 17:43
fkiraly added a commit that referenced this pull request Mar 2, 2023
This adds a `ColumnEnsembleTransformer` native to `sktime` which follows syntax and logic of the `ColumnEnsembleForecaster`.

It relies on the `_ColumnEnsemble` mixin created in #4231

This currently does not replace the `ColumnTransformer` as the latter has additional parameters, so would require deprecation at this point in time.

Instead, I think we want to add the parameters that `ColumnTransformer` has, to `ColumnEnsembleForecaster` and `ColumnEnsembleTransformer` where applicable and later refactor-deprecate using the `sktime` native transformer with full parameter set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality module:base-framework BaseObject, registry, base framework module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant