What are good learning resources for people interested in timeseries? #127
Replies: 5 comments 1 reply
-
There are many excellent books available on the topic of time series modeling. Some of the best include:
Overall, I would recommend starting with "Forecasting: Principles and Practice" by Hyndman and Athanasopoulos, as it provides a broad overview of the field and covers both the theoretical and practical aspects of time series modeling. Once you have a solid foundation in the basics, you can move on to more specialized books, such as "Time Series Analysis and Its Applications" by Shumway and Stoffer or "Time Series Analysis and Forecasting by Example" by Christodoulou and Silva. |
Beta Was this translation helpful? Give feedback.
-
Ram likes: |
Beta Was this translation helpful? Give feedback.
-
As of my knowledge cutoff date in September 2021, there are several good books that cover time series analysis and forecasting using Python. Here are a few notable ones:
This book provides a practical introduction to time series analysis and forecasting. It includes hands-on examples with Python code and covers both classical statistical techniques and more modern machine learning methods.
This book provides an introduction to time series data analysis using Python. It covers important topics like data wrangling, exploratory data analysis, time series decomposition, and forecasting. The book also introduces various machine learning techniques for time series prediction.
This book covers time series analysis and forecasting using Python. It includes both classical methods (such as ARIMA) and machine learning approaches (such as LSTM). It also provides a practical guide to applying these techniques to real-world datasets.
This book provides a comprehensive introduction to time series analysis and forecasting using both R and Python. It covers a wide range of techniques, including moving average models, autoregressive models, and machine learning methods. The book also includes practical case studies.
This book provides a detailed introduction to time series forecasting with Python. It covers the entire forecasting process, from data preparation to model evaluation. It also includes a range of practical examples and case studies. |
Beta Was this translation helpful? Give feedback.
-
A free course here |
Beta Was this translation helpful? Give feedback.
-
Peter likes:
|
Beta Was this translation helpful? Give feedback.
-
Here's what ChatGPT suggests:
Beta Was this translation helpful? Give feedback.
All reactions