- Built an ARIMA model using linear regression from Scikit learn as a building block.
- Trained the ARIMA model on the data of amount of transaction per month for a bank.
- While Training data was differenced to achieve stationarity in data.
- 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