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] probabilistic methods for ColumnEnsembleForecaster (except predict_proba) #2356

Merged
merged 26 commits into from Apr 7, 2022

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Mar 31, 2022

This PR upgrades ColumnEnsembleForecaster to:

  • native support for hierarchical inputs
  • probabilistic forecasting except predict_proba

The extension relies mainly on pd.concat and ensuring conversion to pd.DataFrame internally.

Depends on:

@fkiraly fkiraly added the module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting label Mar 31, 2022
@fkiraly fkiraly merged commit 6ff7d61 into main Apr 7, 2022
@fkiraly fkiraly deleted the column-ensemble-predict-proba branch April 7, 2022 23:28
@lmmentel lmmentel added the enhancement Adding new functionality label Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality 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

2 participants