https://github.com/antoinecarme/pyaf
Raw File
Tip revision: 7279f0d2c08dbba4f3d8f25d7a0da353c7a39cd3 authored by Antoine Carme on 21 June 2021, 17:11:11 UTC
Some backcasting test (time_Delta < 0)
Tip revision: 7279f0d
Changelog.md

RELEASE 3.0 (expected 2021-07-14)

1. Python 3.9 support #149
2. Probabilistic Forecasting  : Forecast quantiles (#140), CRPS (#74), Plots and Docs (#158).
3. Add LightGBM based models #143
4. Add more Performance Measures : MedAE (#144) , LnQ ( #43 )
5. PyAF Powerpc support (IBM S822xx) #160
6. More Parallelization Efforts (#145)
7. Add Missing Data Imputation Methods (#146 )
8. Warning Hunts (#153)
9. Some Bug Fixes (#163, #142).


RELEASE 2.0 (released on 2020-07-14)

1. Time column is normalized frequently leading to a performance issue. Profiling. Significant speedup. Issue #121
2. Corrected PyPi packaging. Issue #123
3. Allow using exogenous data in hierarchical forecasting models. Issue #124
4. Properly handle very large signals. Add Sampling. Issue #126
5. Add temporal hierarchical forecasting. Issue #127
6. Analyze Business Seasonals (HourOfWeek and derivatives) . Issue #131
7. Improved logs (More model details). Issue #133, #134, #135
8. More robust scycles (use target median instead of target mean encoding). Issue #132
9. Analyze Business Seasonals (WeekOfMonth and derivatives). Issue #137
10. Improved JSON output (added Model Options). Issue #136
11. Improved cpu usage (parallelization) for hierarchical models. Issue #115
12. Speedups in multiple places : forecasts generation, plotting,  AR Modelling (feature selection).
13. Last minute fixes

back to top