Skip to content

Implemented ARIMA model (Using Linear Regression from SCIKIT Learn as base model)

Notifications You must be signed in to change notification settings

MaheshG11/ARIMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ARIMA

  1. Built an ARIMA model using linear regression from Scikit learn as a building block.

  2. Trained the ARIMA model on the data of amount of transaction per month for a bank.

  3. While Training data was differenced to achieve stationarity in data.

  4. Technologies Used : Pandas, Scikit Learn, Numpy and Statsmodel



    Install the following libraries :

pip install pandas
pip install scikit-learn
pip install numpy
pip install statsmodel

About

Implemented ARIMA model (Using Linear Regression from SCIKIT Learn as base model)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published