📈 Time Series Forecasting App

Upload a CSV with unique_id, ds, and y columns to apply forecasting models.

Disclaimer: For simplicity, this app does not allow the use of external predictors. However, they can be easily included in the underlying statsforecast (for AutoARIMA) and the TimeGPT implementation by Nixtla. To use external predictors, you would need to modify the code to include them in your forecasting models.

Data Frequency
Evaluation Strategy

Fixed Window Settings

1 100

Cross Validation Settings

1 50
1 20

Future Forecast Settings

1 100

Basic Models

Seasonality Configuration

This seasonality period affects Seasonal Naive, Seasonal Window Average, AutoETS, and AutoARIMA models

Seasonal Models

Window-based Models

Advanced Models (use seasonality from above)

Evaluation Metrics

Evaluation Metrics