Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vipul2001/time-series-prediction-arima-and-prophet
https://github.com/vipul2001/time-series-prediction-arima-and-prophet
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/vipul2001/time-series-prediction-arima-and-prophet
- Owner: vipul2001
- Created: 2019-11-24T12:39:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T13:05:10.000Z (almost 5 years ago)
- Last Synced: 2023-12-12T06:26:49.213Z (11 months ago)
- Language: Jupyter Notebook
- Size: 1.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time-Series-Prediction-ARIMA-and-PROPHET
A time series is a sequence where a metric is recorded over regular time intervals.Depending on the frequency, a time series can be of yearly (ex: annual budget), quarterly (ex: expenses), monthly (ex: air traffic), weekly (ex: sales qty), daily (ex: weather), hourly (ex: stocks price), minutes (ex: inbound calls in a call canter) and even seconds wise (ex: web traffic).
## Furniture Sales Vs Date
![graph](furniture_vs_date.png)
## Furniture data Decomposition
![graph](furniture_decomposition.png)
## ARIMA Model Daignostics for Furniture Sales
![graph](ARIMA_daignostics.png)
## Observed vs one step ahead Forecast plots
![graph](observed.png)
## Forecast furniture sale using ARIMA
![](future_sales_furniture.png)
## Sales Furniture vs Office Supplies
![graph](sales_furniture_vs_office.png)
## PROPHET Given Furniture Sales
![graph](PROPHET_furniture.png)
## PROPHET Given Office Sales
![graph](PROPHET_office.png)
## Furniture vs. Office Supplies Sales Trend
![graph](trend_in_supplies.png)
## Furniture vs. Office Supplies Estimate
![graph](PROPHET_estimates.png)