-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make AutoProphet more sophisticated & simplify AutoETS code. (#121)
* Enhancments to layered forecasting detectors. * Automatically choose add/mul mode for AutoProphet. * Older acceptable prophet version for py36. This is for compatibility with CentOS images which may have older versions of GCC which can't compile pystan 2.19. * Simplify train_post_process() * Simplify autoprophet implementation using _train() * Allow auto-detection of best lambda for Box-Cox. * Rename PowerTransform to BoxCoxTransform. * Simplify AutoETS implementation. * Allow use of custom datasets with benchmark code. * Fix boxcox bugs. * Update version to 1.3.0. * Update expected test result. * Move seasonality detection to SeasonalityLayer. * Simplify serialization of enums in config objects. * Use info criterion for AutoProphet model selection We also unify the implementations of AutoETS and AutoProphet. * Create base class for IC-based model selection. * Minor bugfix.
- Loading branch information
Showing
31 changed files
with
635 additions
and
364 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
Oops, something went wrong.