autoregression topic
neural_prophet
NeuralProphet: A simple forecasting package
cargan
Official repository for the paper "Chunked Autoregressive GAN for Conditional Waveform Synthesis"
fireTS
A python multi-variate time series prediction library working with sklearn
gesticulator
The official implementation for ICMI 2020 Best Paper Award "Gesticulator: A framework for semantically-aware speech-driven gesture generation"
Time-series-analysis-in-Python
I perform time series analysis of data from scratch. I also implement The Autoregressive (AR) Model, The Moving Average (MA) Model, The Autoregressive Moving Average (ARMA) Model, The Autoregressive I...
ARIMA-Model
ARIMA model from scratch using numpy and pandas.