pyaf icon indicating copy to clipboard operation
pyaf copied to clipboard

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.

Results 20 pyaf issues
Sort by recently updated
recently updated
newest added

This is an issue to serve as a honeypot for all ideas that come and can be included in the next PyAF release (5.0, expected on 2023-07-14). First ideas :...

class:enhancement
priority:high
topic:modeling_quality
topic:neural_net
status:new
topic:Green

Hi @antoinecarme , I would like to know if the package supports reconciliation of forecasts after generating at different hierarchy and also if it supports external probabilistic forecast reconciliation. I...

class:Doc
priority:high
topic:user_support
status:in_progress

Hi! I am looking at this package as a very useful tool for a project I plan to start. I have been reading the documentation and examples and want to...

Following #76, PyAF plot contain empty boxes instead of unicode "characters". ![image](https://user-images.githubusercontent.com/16481992/32989978-f136eab6-cd20-11e7-900c-20ebb170d1e9.png)

class:bug
priority:high
topic:plotting
status:suspended

~~Green-washing Bullshit Here~~ 1. Ensure that PyAF uses CPU in a friendly way (continuous profiling and optimization for future versions). Check that CPU times for all the tests don't increase...

class:enhancement
priority:high
status:in_progress
topic:Green

As of 2021, CPython implementation still uses the infamous "global interpreter lock (GIL)". This is the design point behind PyAF using the multiprocessing module and not multithreading. Now, there is...

class:enhancement
priority:low
topic:generic
topic:third_party_support
status:suspended
topic:pyaf_forecast

PyAF uses an **iterated one-step ahead forecasting**, that is , the same model (signal transformation + signal decomposition) forecast is iterated one-step at a time. Other forecasting strategies do exist...

class:enhancement
priority:low
topic:modeling_quality
status:suspended
topic:pyaf_forecast

At least 1. API documentation in Python code 2. Some examples

class:Doc
priority:low
topic:user_support
status:suspended

At least check the possibility of using pyaf in this context. pyaf is not aware of the data source type (time series database or web service, etc) as long as...

class:enhancement
priority:low
topic:applications
status:suspended
topic:pyaf_forecast

PyAF has a API call lEngine.standardPlots(). It gives some classical plots (signal against forecast, residues, trends, cycles, AR) All the plots are generated with matplotlib Document the plots generated. The...

class:Doc
priority:normal
topic:plotting
status:in_progress