Beta 0.4.2
Relevant new features:
- #916 Introduce "Glocal": global-local seasonality and trend
- #733 Introduce TorchProphet: Making NeuralProphet compatible with Facebook Prophet code, with tutorial
- #831 Tutorial: Migration from Prophet to NeuralProphet
- #779 Introduce uncertainty panel in forecast components plot
API and modeling changes:
- #829 API change: Rename "yhat" to "origin" in
get_latest_forecast()
andplot_latest_forecast()
- #909 Remove regressor if training set has one unique value (instead of throwing error)
Important fixes and enhancements:
- #853 Support setting custom quantile in
plot_parameters()
- #865 Allow component plot with locally-normalized global df
- #920 Restructure documentation website
- #791 Fix: re-scaling of multiplicative components in forecast df
Additionally, many smaller bugfixes and improvements to the codebase were also introduced.
For details, please view the merged Pull Requests.