deepar

DeepAR: Probabilistic forecasting with autoregressive recurrent networks <https://www.sciencedirect.com/science/article/pii/S0169207019301888>`_ which is the one of the most popular forecasting algorithms and is often used as a baseline

Classes

DeepAR(cell_type, hidden_size, rnn_layers, …)

DeepAR Network.