antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
459 stars 73 forks source link

Document the Algorithmic Details of PyAF #35

Closed antoinecarme closed 2 years ago

antoinecarme commented 7 years ago

Need a document to describe the algorithmic aspects of time series forecasting in PyAF.

  1. The overall algorithm
  2. The detail of the signal decomposition
  3. The machine learning aspects
  4. Advanced usage/control of the algorithms. 5.Hierarchical forecasting.
antoinecarme commented 7 years ago

Added a jupyter notebook :

https://github.com/antoinecarme/pyaf/blob/master/docs/PyAF_Algorithmic_Aspects.ipynb

antoinecarme commented 2 years ago

FIXED