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 72 forks source link

Wrong columns in standard plots #75

Closed antoinecarme closed 6 years ago

antoinecarme commented 6 years ago
  1. Sometimes, the wrong column is used (transformed signal, versus non-transformed residues ??)

  2. The residues are not empty in the forecasting horizon, while the signals are.

  3. Typo : standrdPlots instead of standardPlots

antoinecarme commented 6 years ago

Fixed