Data scientist: 90% of peers lack confidence in time series forecasting — a 5-concept primer
mdancho84 · x · 2026-09-05
Data science educator mdancho84 kicked off a mini-thread on time series forecasting, claiming 90% of data scientists lack confidence in the topic (it took him 3 years to master). The thread walks through 5 core concepts in plain language:
- Time series analysis: interpreting trends, patterns and relationships in timestamped data.
- Autocorrelation: correlation between a variable's current and past values.
- Partial autocorrelation (PACF): strips out confounding effects of earlier lags.
- Seasonal decomposition (STL): uses a LOESS smoother to split a series into trend, seasonal and residual components; handles arbitrary seasonality and enables outlier detection on residuals.
- Forecasting: combining historical data, statistical models and expert judgment to reduce — not eliminate — future uncertainty.
It doubles as a funnel for his free workshop, but the explanations themselves are clear and useful for beginners.
More from coding & agent
- Dev claims the era of writing code is over, citing Fable and Astra — CtrlAltDwayne · 2026-09-05
- Agent output to grow 1000x in 2 years; trust and verification layer is a billion-dollar startup, says investor — tallmetommy · 2026-09-05
- Prompt engineering is really capital allocation, argues VC-adjacent thread — StewartalsopIII · 2026-09-05
- everything-claude-code: a Claude Code toolkit hits 2164 GitHub stars — WorldFlowAI · 2026-09-05
- humanlayer/skills jumps 1141 stars in a day to top GitHub trending — humanlayer · 2026-09-05
- Team muted AI code review within two weeks — a real auth bug slipped to prod — Specialist_Agent3599 · 2026-09-05