Skip to content

ajitsingh98/Time-Series-Analysis-and-Forecasting-with-Python

Repository files navigation

Time-Series-Analysis-and-Forecasting-with-Python

Time series analysis comprises methods for analyzing time series data in order to extract meaningful statistics and other characteristics of the data. Time series forecasting is the use of a model to predict future values based on previously observed values.

Time series are widely used for non-stationary data, like economic, weather, stock price, and retail sales in this post. We will demonstrate different approaches for forecasting retail sales time series. Let’s get started!