Time series forecasting


Reading time: less than 1 minute

You have a series of observations (temperature, sales, stock returns, traffic) over time, and you use machine learning to predict/forecast how the value will change in the future.

Notes

Useful resources

Videos

  • Time Series Forecasting with XGBoost - Use python and machine learning to predict energy consumption
    • https://www.youtube.com/watch?v=vV12dGe_Fho
  • Time Series Forecasting with XGBoost - Advanced Methods
    • https://www.youtube.com/watch?v=z3ZnOW-S550

Books

  • Forecasting: Principles and Practice (3rd edition)
    • https://otexts.com/fpp3/
  • Forecasting: Principles and Practice (2nd edition)
    • https://otexts.com/fpp2/
  • A Very Short Course on Time Series Analysis
    • https://bookdown.org/rdpeng/timeseriesbook/

Tutorials

  • https://www.tensorflow.org/tutorials/structured_data/time_series
  • https://en.wikipedia.org/wiki/Makridakis_Competitions
  • https://robjhyndman.com/hyndsight/forecasting-competitions/
  • https://www.statsmodels.org/stable/tsa.html
  • https://clickhouse.com/blog/forecasting-using-clickhouse

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Time series forecasting",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/time-series-forecasting"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Time series forecasting", November, 2024. [Online]. Available: https://www.gkbrk.com/time-series-forecasting. [Accessed Nov. 12, 2024].
APA Style
Yaltirakli, G. (2024, November 12). Time series forecasting. https://www.gkbrk.com/time-series-forecasting
Bluebook Style
Gokberk Yaltirakli, Time series forecasting, GKBRK.COM (Nov. 12, 2024), https://www.gkbrk.com/time-series-forecasting

Comments

© 2024 Gokberk Yaltirakli