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

Try to reduce memory usage #29

Closed antoinecarme closed 7 years ago

antoinecarme commented 7 years ago

A lot of pandas dataframes are created internally at each step of the signal decomposition process. Try to get rid of unnecessary dataframes.

Some memory profiling is also welcome.