-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Minor] Componentstacker dataclass and abstraction of stacking and un…
…stacking of components (#1646) * remove stackers from TimeNet init * refactor stackers to dict * simplify and document set_compunents_stacker * refactor set_components_stacker arg to stacker * add docstring to forward and introduce mode flag instead of passing components_stacker * refactor include components * fix covar_weights * simplify unstack components * use dict to index unstack component functions * remove unused import * fix component_stacker * convert to dataclass * simply stack function names * fix references * fix trend/time * fix pre-existing typo * improve seasonality stacker * revert seasonalities * rename stack/unstack * update timenet * use stack function * kwargs * use stacker abstraction * simplify names * names * fix seasons * explicit update of feature_list and no double returns * conform seasonalities * move stack_all to stacker * ruff
- Loading branch information
1 parent
773b67a
commit fe309be
Showing
4 changed files
with
232 additions
and
206 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
Oops, something went wrong.