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

Allow RegressionEnsembleModel to contain both Local and Global models #1492

Closed
madtoinou opened this issue Jan 18, 2023 · 0 comments · Fixed by #1745
Closed

Allow RegressionEnsembleModel to contain both Local and Global models #1492

madtoinou opened this issue Jan 18, 2023 · 0 comments · Fixed by #1745
Assignees
Labels
improvement New feature or improvement

Comments

@madtoinou
Copy link
Collaborator

From gitter thread:

Is your feature request related to a current problem? Please describe.
"I have multiple univariate target TimeSeries. I want to train models on different "levels" - e.g. some local models on the univariate TimeSeries and some global models on a higher level, combining multiple TimeSeries. Then I'd like to use learned ensembling to combine those models' predictions in a smart way."

Describe proposed solution
The EnsembleModel constructor should accept combination of Local and Global model. This will require some checks to make sure they are compatible (fit method already take care of raising exception for the training on multiple series and past-covariates functionnalities).

Describe potential alternatives
Cannot think of another approach...

@madtoinou madtoinou added the triage Issue waiting for triaging label Jan 18, 2023
@madtoinou madtoinou added improvement New feature or improvement and removed triage Issue waiting for triaging labels Feb 28, 2023
@madtoinou madtoinou self-assigned this May 4, 2023
@github-project-automation github-project-automation bot moved this to Released in darts Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature or improvement
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant