-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Minor] Move max_lags, prediction_freq to config_model and n_lags to …
…config_ar (#1644) * updated dataset get_item * fixed linting issues * make targets contiguous * fixed ruff warnings * Unpack incrementally when needed * adjust forecaster * separate unpacking logic * added featureExtractor class * separate packing logic * fixed liniting issues * fixed covariates * remove lagged_reg_layers from model_config * remove n_lags from forecaster * remove model.n_lags references * fix typo * fix 2 * fixes * do not init max_lags * set max lags in add_lagged_reg * fix test * fix testz * fix testz2 * fix predict_seasonality * improve predic_seasonal_components * uncomment None configs * save previous settings * fix failing test * move prediction_frequency to model_config * remove lagged layers merge issue * remove packer * rm Extractor * rm Extractor2 * fix stacker in forecaster * fix test * fix tests * remove commented code * cleanup * ruff * remove unused fourier funcs and document new func * fix new func * retain OG fourier * move fourier helper to plotting utils * ruff --------- Co-authored-by: MaiBe-ctrl <maiisabensalah@gmail.com> Co-authored-by: Maisa Ben Salah <76703998+MaiBe-ctrl@users.noreply.github.com>
- Loading branch information
1 parent
9c4963c
commit ca0952f
Showing
13 changed files
with
241 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
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.