-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add basic scalar window support * change scaler to a more robust generalisation Co-authored-by: Dennis Bader <[email protected]> * delete unused functions and add util function * delete unused functions and add util function * add transformers to optimized historical forecasts * add covariate transformers, refactor + docstring update * delete util to avoid circular import * delete unused param and add transforms to torch models * fix param name * move all series and covariates fitting into one place, allow data transform without model retrain * update readme and data types * optimized forecasts only support invertible data transform * feat: harmonize application of scaler in hf, support for Pipeline * feat: adding basic test for regression models * fix: using an util method to reduce code duplication * fix: simplify the tests * fix: makes things faster if no data transformer are passed * feat: add test for the optimized hf * fix: using util method in gridsearch as well * fix: reverting some changes * fix: make sure the series have a range that require scaling * update changelog * feat: adding small example about how to use scaler in historical forecasts * fix: adress review comments * fix: adapting the tests * fix: moved the historical forecasts test to dedicated folder * feat: make sure the already fitted data transformer process series correctly * feat: adding tests for historical forecasts with scaler * fix: remove duplicated test, also test tfm historical forecast with scaler * fix: typo * fix: adressing review comments * fix: adjust the example of historical forecasts with auto-scaling according to revire comments * fix: typo * fix: adress review comments * feat: possibility to select transformer idx * fix: adding tests, fixing logic * feat: added tests for the new data transformer features, fixed logic * feat: add tests, fix logic * fix: adding virtual env to gitignore * fix: renamed the idx_params argument idx_series * apply minor changes * apply minor changes part 2 * add additional info to docs * fix: replaced exception with warning when multiple series, retrain=True and data transformer defined with global_fit=True --------- Co-authored-by: Jan Fidor <[email protected]> Co-authored-by: Dennis Bader <[email protected]> Co-authored-by: JanFidor <[email protected]>
- Loading branch information
1 parent
d103a05
commit 39cf38c
Showing
15 changed files
with
1,363 additions
and
530 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.