Skip to content

This repository contains a Jupyter notebook that demonstrates time series analysis and forecasting using ARIMA, auto-ARIMA, and Prophet. Time series analysis is a powerful tool for understanding and predicting future trends, and these techniques are widely used in a variety of fields such as finance, economics, and marketing. The notebook is based

Notifications You must be signed in to change notification settings

Ag994/time-series-analysis-and-forecasting-Using-Arima-auto-Arima-and-prophet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Time Series Analysis and Forecasting

This repository contains a Jupyter notebook that demonstrates time series analysis and forecasting using ARIMA, auto-ARIMA, and Prophet. The notebook is based on the work of ANDRESHG and has been modified with additional explanations and examples.

Requirements

Python 3.6 or higher Jupyter Notebook Required Python packages: pandas, numpy, matplotlib, statsmodels, pyramid, fbprophet Installation To use the notebook in this repository, clone or download the repository and install the required packages using pip:

Copy code

pip install -r requirements.txt ( I will added soon )

Usage

To view the notebook, open the time-series-analysis-and-forecasting.ipynb file in Jupyter Notebook. The notebook contains explanations and examples of how to use ARIMA, auto-ARIMA, and Prophet for time series analysis and forecasting.

About

This repository contains a Jupyter notebook that demonstrates time series analysis and forecasting using ARIMA, auto-ARIMA, and Prophet. Time series analysis is a powerful tool for understanding and predicting future trends, and these techniques are widely used in a variety of fields such as finance, economics, and marketing. The notebook is based

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published