https://github.com/gabrielmazzotta/time-series-analysis-and-forecasting_case-study
This project focuses on Time Series Analysis techniques, uncovering patterns and leveraging forecasting models to predict future sales trends.
https://github.com/gabrielmazzotta/time-series-analysis-and-forecasting_case-study
arima-model exponential-smoothing holt-winters-forecasting sarima statsmodels time-series-analysis time-series-decomposition
Last synced: 3 months ago
JSON representation
This project focuses on Time Series Analysis techniques, uncovering patterns and leveraging forecasting models to predict future sales trends.
- Host: GitHub
- URL: https://github.com/gabrielmazzotta/time-series-analysis-and-forecasting_case-study
- Owner: GabrielMazzotta
- Created: 2024-02-26T20:12:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:03:39.000Z (about 1 year ago)
- Last Synced: 2025-07-01T13:08:41.712Z (3 months ago)
- Topics: arima-model, exponential-smoothing, holt-winters-forecasting, sarima, statsmodels, time-series-analysis, time-series-decomposition
- Language: Jupyter Notebook
- Homepage: https://www.linkedin.com/in/gabrielmazzotta/
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Time Series Analysis and Forecasting
## Introduction
In the ever-evolving landscape of data science, the ability to understand and predict trends over time is a crucial skill. Time series analysis plays a pivotal role in unraveling patterns, identifying anomalies, and making informed predictions based on historical data. This Jupyter Notebook project delves into the realm of time series data, exploring various techniques for analysis and forecasting.
## Case Study
In this project, I analyze the monthly sales data of a medium-sized rental store business located in England.
Because rental activity varies from season to season due to proms, reunions, and other activities, business is expected to be seasonal. Financial manager would like to measure this seasonal effect, both to assist him in managing his
business and to use in negotiating a loan repayment
with his banker.Even greater interest is finding a way of forecasting monthly sales. As business continues to grow, it requires more capital and long-term debt.
## Models and Concepts
- Seasonal Decomposition
- Exponential Smoothing Holt-Winters
- Augmented Dickey–Fuller test
- SARIMA
- Metrics and measure: RMSE (Root Mean Squared Error), AIC.
## Language/Libraries
* Python / Jupyter notebooks
* Statsmodels
* Scipy
* Sklearn.metrics
* Pandas
* Numpy
* Matplotlib
* Seaborn## Dataset
This dataset spans 8 years and captures monthly sales records of a medium-sized rental store business.