-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added methods ``from_longitudinal_dataframe` and `add_static_covariates` * dataset adaption for static covs * extended datasets for static covariates support and unified variable names Please enter the commit message for your changes. Lines starting * adapted PLXCovariatesModules with static covariates * adapted TFTModel for static covariate support * added temporary fix for static covariates with scalers * unittests for from_longitudinal_dataframe() and set_static_covariates * updated dataset tests * fixed all downstream issues from new static covariates in datasets * added check for equal static covariates between fit and predict * added tests for passing static covariates in TimeSeries methods * added static covariate support for stacking TimeSeries * transpose static covariates * added method `static_covariates_values()` * updated docs * static covariate support for concatenation * static covariate support for concatenation * static covariates are now passed to the torch models * non-numerical dtype support for static covariates * added slicing support for static covariates * multicomponent static covariate support for TFT * added arithmetic static covariate support * updated all timeseries methods/operations with static cov transfer * applied suggestion from PR review part 1 * apply suggestions from code review part 2 Co-authored-by: Julien Herzen <julien@unit8.co> * fix black issue from PR suggestion Co-authored-by: Julien Herzen <julien@unit8.co>
- Loading branch information
1 parent
cad8055
commit 6c90980
Showing
33 changed files
with
2,163 additions
and
503 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
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.