-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/local and global models in EnsembleModel (#1745)
* feat: remove restriction in EnsembleModel, models can be a mix of Local and Global models * feat: EnsembleModel accepts a mixture of local and global models for single ts training/inference only. If provided, the covariates are passed only to the models supporting them (individually) * feat: updated unittests * doc: fix typo in docstring, SeasonalityMode must be imported from darts.utils.utils * doc: updated changelog * feat: logger info when all the models in the ensemble do not support the same covariates, to make the behavior more transparent * fix: typo, using parenthesis to call proterty method * Apply suggestions from code review Co-authored-by: Dennis Bader <dennis.bader@gmx.ch> * fix: made the covariates handling in ensemble model more transparent, added tests for covariates support in ensemble models * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Dennis Bader <dennis.bader@gmx.ch> * fix: addressed reviewer comments, added show_warning arg to ensemble_model, support_*_covariates for RegressionModels rely on the lags attribute * fix typo * fix: improve warning synthax --------- Co-authored-by: Dennis Bader <dennis.bader@gmx.ch>
- Loading branch information
1 parent
52f4004
commit ee53a83
Showing
8 changed files
with
324 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.