Viewing a single comment thread. View all comments

clisztian t1_j8z3t1r wrote

I guarantee you a state space model will beat out any fancy named transformer for most “forecastable” problems. Even MDFA - signal extraction + exp integration for forecasting - will beat out these big ML models

1

dj_ski_mask t1_j9345mc wrote

I should mention with some tuning I have been able to get NHITS to outperform Naive Seasonal, CatBoost with lags, and ES models, so it’s not terrible.

2