ali-unlu / Time-series-analysis-with-SARIMA

In this demonstration, we make a time series analysis based on a temperature data set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time series analysis with SARIMA

In this demonstration, we will analyze a dataset on the temperature of Istanbul. In this dataset, it includes daily average temperature values collected as Fahrenheit over different regions, countries, cities over the years from about 1995 to 2020 but we only focus on Istanbul.

Briefly, in this analysis, you will learn:

  • Data preprocessing for time series analysis
  • Necessary EDA for time series analysis
  • Data aggreagation based on year and month
  • Autofit model parameter identification
  • SARIMA model building
  • Model evaluation and prediction
  • Normality tests
  • Cross validation of time series analysis

About

In this demonstration, we make a time series analysis based on a temperature data set.


Languages

Language:Jupyter Notebook 100.0%