-
Book Overview & Buying
-
Table Of Contents
Python Data Analysis - Fourth Edition
By :
In this chapter, we have explored the essential foundation of time-series analysis with Python, starting from the fundamental concepts and unique characteristics of time-indexed data, through the application of statistical models such as ARIMA, SARIMA, and ETS, to advanced forecasting techniques and evaluation metrics.
This chapter is essential because time-series data frequently appears in real-world scenarios, such as finance, sales, and operations, where making accurate forecasts can drive better decision-making. The practical examples here will help us to analyze time data effectively and acquire insight for business decisions.
In the next chapter, we will delve further into supervised machine learning models using Python. We will learn how to build a predictive model in a broader machine learning context that is useful for business applications.
Join our community’s Discord space for discussions with the authors and...