Forecasting models
Various libraries used
dartstensorflow-- models were built usingLSTMsandBi-LSTMstsai-- built on top onfastai
Networks built
Methods tried so far (and to be explored)
Deep learning based models
- Transformer models for time series forecasting
- LSTMs and Bi-LSTMs built using
Keras -
tsaibuilt on top onfastai
Tabular models
- Tabular models for time series forecasting
-
darts-
LGBMRegressor - Prophet
- and other models available in the libary
-