Giter Site home page Giter Site logo

temperature-timeseries's Introduction

Temperature Forecast using Time Series Analysis

Predicting tomorrow's temperature based on a time series analysis of temperature data from 1876 to today.

This Jupyter Notebook showcases a comprehensive analysis and modeling of historical temperature data for Berlin Tempelhof (1876 to 2022) to predict temperatures for the first weeks of 2023. The notebook is organized into multiple sections, each focusing on a specific aspect of time series analysis. Here is a brief overview:

  • Introduction and Setup: Introduces the notebook and its objectives. Sets up the required libraries and dependencies. Libraries such as pandas, numpy, matplotlib, and others are imported.
  • Data Loading: Describes how to load the time series data from external sources, in this case the European Climate Assessment & Dataset. The data is loaded into a pandas DataFrame, and initial explorations are conducted to understand its structure and content.
  • Data Preprocessing: Focuses on cleaning and preprocessing the data to make it suitable for analysis. Includes handling missing values, converting data types, and other preprocessing steps.
  • Exploratory Data Analysis (EDA): Conducts a very brief exploratory data analysis to uncover patterns, trends, and anomalies in the data. Utilizes matplotlib and seaborn for visualizing different aspects of the time series data.
  • Time Series Decomposition: After denoising, decomposes the time series data into its constituent components: trend, seasonality, and residual. Employs statistical methods and algorithms for time series decomposition.
  • Modeling: Builds models to capture the trend, seasonality, and noise in the data. The resulting models are saved in the models directory.
  • Machine Learning Models and Techniques used: Linear Regression, Auto ARIMA, Pipeline, Grid Search Cross-Validation

This project was part of the Data Science Bootcamp at SPICED Academy from April to June 2023.

temperature-timeseries's People

Contributors

yotkadata avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.