You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(4Theta): naive implementation of 4Theta model
* fix(theta): avoid NaN values in theta, and unnecessary season test
* feat(gridsearch): add possibility to compare with model.fitted_values
* feat(4theta): add a method to auto select best model
* refactor(4Theta): Specify univariate model
* style(4Theta): Fix linter
* style(4Theta): fix docstring
* style(4Theta): Fix docstring
* style(4Theta): Change link
* style(4Theta): Correct docstring
* style(4theta): correct ticks in docstring
* refactor(4Theta): change different modes verification and add Enum
* refactor(theta): replace all string modes by Enum
* test(backtesting): Add a test to verify if fitted_values exist
* Fix(Theta): Correct all Enums
* fix(Theta): compare with enum members value instead. Correct some minor bugs
* fix(4theta): move the creation of enums in init file
* test(4theta): Add 4Theta to autoregressive test. Move Enums to top init file
* test(4theta): Add 4Theta specific test
* style(backtesting): fix lint
* test(4theta): Add another exception to test
* ref(4Theta): mode.fitted_values is now a TimeSeries to be consistent
* style(Theta): rename mode to season_mode to be consistent w/ FourTheta
* docs(thetas): correct errors in the different docs
* refactor(4Theta): Correct
* Add normalization choice
* Add comment to be clearer
* Correct the docs
* clean the code and add a check on mean=0
* refactor(backtesting): add a 'use_fitted_values' parameter
* fix(4theta): correct select_best_model
* test(4Theta): add a test for zero mean and correct others
* style(backtesting): linter formatting
* refactor(4Theta): change Enums names, correct theta and backtesting docs
* refactor(4theta): move creation of fitted_values timeseries to backtesting
* refactor(statistics): include Enums in extract and remove functions
* refactor(4Theta): check earlier if univariate
* test(4Theta): correct backtesting and test best_model
* test(4Theta): add new modes in test models
* docs(4theta): Add a disclaimer for 4theta performance
* refactor(Theta): change theta to have the same behavior as FourTheta
* examples(darts-intro): modify notebook to give the same results
* style(4Theta): correct deprecation warning for logger.warn
* style(4theta): move comment to backtesting
Co-authored-by: Julien Herzen <[email protected]>
0 commit comments