Auto Models

AutoTCN

AutoTCN is a TCN forecasting model with Auto tuning. Other API follows its base class(BasePytorchAutomodel).

AutoLSTM

AutoLSTM is an LSTM forecasting model with Auto tuning. Other API follows its base class(BasePytorchAutomodel).

AutoSeq2Seq

AutoSeq2Seq is an Seq2Seq forecasting model with Auto tuning. Other API follows its base class(BasePytorchAutomodel).

AutoARIMA

AutoARIMA is an ARIMA forecasting model with Auto tuning.

AutoProphet

AutoProphet is a Prophet forecasting model with Auto tuning.

BasePytorchAutomodel

AutoLSTM, AutoSeq2Seq and AutoTCN all follow the same API as stated below.