Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 417 Bytes

Weather Prediction

ARIMA :

The ARIMA model is used to forecast the weather. Accuracy of the model was calculated using the root mean square error (RMSE). It is observed that the RMSE estimated for forecasting using ARIMA was 2.24.

Libraries required :

  • Numpy
  • Pandas
  • Matplotlib
  • Sklearn
  • Seaborn
  • Statsmodels
  • Pmdarima

Author : Padmini Rai