July 2020
RELEASE 2.0 (2020-07-14)
- Time column is normalized frequently leading to a performance issue. Profiling. Significant speedup. Issue #121
- Corrected PyPi packaging. Issue #123
- Allow using exogenous data in hierarchical forecasting models. Issue #124
- Properly handle very large signals. Add Sampling. Issue #126
- Add temporal hierarchical forecasting. Issue #127
- Analyze Business Seasonals (HourOfWeek and derivatives) . Issue #131
- Improved logs (More model details). Issue #133, #134, #135
- More robust cycles (use target median instead of target mean encoding). Issue #132
- Analyze Business Seasonals (WeekOfMonth and derivatives). Issue #137
- Improved JSON output (added Model Options). Issue #136
- Improved CPU usage (parallelization) for hierarchical models. Issue #115
- Speedups in multiple places : forecasts generation, plotting, AR Modelling (feature selection).