/Rainfall-Prediction

Predicting rainfall using time series algorithm and arima model

Primary LanguageJupyter Notebook

Rainfall-Prediction

Predicting rainfall using time series algorithm and arima model.

Predicted the rainfall in the state of Bihar in month of May.

Made use of the time-series analysis to find out the rolling mean and rolling averages, used the ARIMA model for the predictive analysis.

Obtained an answer in the 95 percent confidence interval range.

Technologies used:

Python: Pandas, Numpy, Matplotlib, Statmodels