autoregression topic

List autoregression repositories

neural_prophet

3.7k
Stars
464
Forks
Watchers

NeuralProphet: A simple forecasting package

cargan

180
Stars
30
Forks
Watchers

Official repository for the paper "Chunked Autoregressive GAN for Conditional Waveform Synthesis"

fireTS

89
Stars
35
Forks
Watchers

A python multi-variate time series prediction library working with sklearn

gesticulator

120
Stars
19
Forks
Watchers

The official implementation for ICMI 2020 Best Paper Award "Gesticulator: A framework for semantically-aware speech-driven gesture generation"

Time-series-analysis-in-Python

53
Stars
37
Forks
Watchers

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

18
Stars
10
Forks
Watchers

ARIMA model from scratch using numpy and pandas.