Editing
AI for Time Series and Forecasting
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Time Series Model Comparison ! Model !! Type !! Strengths !! Weaknesses |- | ARIMA/SARIMA || Statistical || Interpretable, fast, works on small data || Assumes linearity, one series at a time |- | Prophet || Statistical || Handles holidays, trend changepoints || Limited to single series; no covariates |- | DeepAR || Deep Learning (LSTM) || Probabilistic, many series || Needs lots of data, slow training |- | TFT || Transformer || Multi-horizon, covariate-rich, interpretable || Complex, high data requirement |- | N-BEATS || Deep Learning (MLP) || Fast, competitive, no feature engineering || Limited covariate support |- | Chronos (foundation) || LLM-style || Zero-shot, no training needed || No covariate support yet; large model |} '''Failure modes:''' * '''Chronological leakage''' β Random train/test splits allow future data to inform past predictions, producing falsely optimistic results. Always split chronologically. * '''Ignoring non-stationarity''' β Many models assume stationarity. Differencing (ARIMA) or normalization per-series is required. * '''Ignoring distributional shift''' β Retail models trained pre-COVID performed terribly during COVID. Extreme events cause structural breaks that no model trained on historical data anticipates. * '''Point forecast overconfidence''' β Reporting only mean forecasts without uncertainty intervals. Downstream planning needs to understand the range of outcomes, not just the median. * '''Evaluation on last segment only''' β Evaluating only on the final test period may not represent the model's general quality. Use rolling window backtesting across multiple historical windows. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information