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

Possibility to train models on the output of previous model predictions #296

Open
AlexisMignon opened this issue Jan 26, 2022 · 0 comments

Comments

@AlexisMignon
Copy link
Collaborator

AlexisMignon commented Jan 26, 2022

In a scenario where we want to fuse the output of several models, it could be interesting to be able to train models on the output of previous model predictions.

Note that this also implies some specific model selection strategies in order to train the fusion model on data sets which were not used to train the previous models.

Discussed till now:

  • Use sepearate prediction jobs for previous forecasts, these aim at forecasting the same target but use different models. These pj's must have validation data that match

  • Use another prediciton job to combine above predictions using a quantile method. To train we need historic predictions. Can we use vaildation data?

  • Use a back test for this? Have a option to save the backtest model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant