Giter Site home page Giter Site logo

power-consumption-analysis's Introduction

power-consumption-analysis

Project description

Use Vector AutoRegression (VAR) model to forecast the power consumption

Key steps

  1. Stationarity Check and Differencing: The project involves a step where the stationarity of the dataset is confirmed, possibly using the Dickey-Fuller test. If the data were not stationary, a differencing approach would be applied to achieve stationarity, which is crucial for time series forecasting.
  2. Forecasting Problems: The notebook outlines three forecasting scenarios:
    • Short-term forecasting (predicting 1 week ahead based on historical data).
    • Long-term forecasting (predicting 2 months ahead based on historical data).
    • Multi-step forecasting for 1 month, where each prediction is used as input for subsequent predictions.
  3. Prediction and Model Fitting: It includes steps for creating predictions using the VAR model. For instance, one step involves creating an array prediction1 that contains predictions for 7 values based on a test dataset.
  4. Multi-step Forecast Implementation: The project describes implementing a multi-step forecast function, ms_forecast, which predicts multiple future observations in a sequence, using each prediction as input for the next.

power-consumption-analysis's People

Contributors

hlz-922 avatar

Stargazers

 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.