CARME Antoine

Results 21 issues of CARME Antoine

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

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

Is it possible to define/specify a minimal CPU with the very minimal set of features and a very neutral architecture ? This specification can to be used : 1. Provide...

enhancement

TSMars is an application of MARS regression (Multivariate adaptive regression spline) models to Time Seris Forecasting. https://en.wikipedia.org/wiki/Multivariate_adaptive_regression_spline

class:enhancement
class:Doc
priority:low
topic:modeling_quality
status:in_progress
topic:Green
topic:new_models
topic:pyaf_forecast