Skip to content

abm-js/Global-Temperature-Time-Series

 
 

Repository files navigation


Global Temperature Time Series Analysis

Singular Spectrum Analysis and ARIMA models implemented on Berkeley Earth Surface Time Series
Report Bugs

The Berkeley Earth Surface Temperature Study combines 1.6 billion temperature reports from 16 pre-existing archives. It is nicely packaged and allows for slicing into interesting subsets (for example by country). Time series analysis is performed on this dataset.

Link to the dataset

Kaggle Notebook for visualizations and ARIMA

Kaggle Notebook for SSA

Few points

Decompositions and outputs

Decomposition of time series for ARIMA

decomp-arima

Forecast for ARIMA - mse = 0.09 (on same data for last 12 points i.e. year 2015)

forecast-arima

Decomposition of time series for SSA

decomp-ssa

Forecast for SSA - mse = 0.085 (on same data for last 12 points i.e. year 2015)

forecast-ssa

Contact

@LinkedIn - [email protected]

Project Link: https://github.com/sn2606/Global-Temperature-Time-Series

Acknowledgements

About

The Berkeley Earth Surface Temperature Study combines 1.6 billion temperature reports from 16 pre-existing archives. It is nicely packaged and allows for slicing into interesting subsets (for example by country). Time series analysis is performed on this dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%