Giter Site home page Giter Site logo

anoop-phoenix / energy-ts-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from madagra/energy-ts-analysis

0.0 0.0 0.0 1.42 MB

Jupyter notebook implementing time series forecasting of energy consumption data with different methods.

Jupyter Notebook 98.83% Python 1.17%

energy-ts-analysis's Introduction

Time series forecasting of energy data

Jupyter notebook implementing time series forecasting of energy consumption data with different techniques:

  • Simple and double exponential smoothing
  • Holt-Winters
  • Facebook Prophet model
  • Simple linear regression
  • XGBoost model with Bayesan hyperparameters optimization

Usage

At first make sure to have Python 3.6 or higher and Jupyter notebook installed. To run the notebook execute the following commands:

python -m pip install pipenv
python -m pipenv shell
pipenv install
python -m ipykernel install --user --name=<folder_name>
jupyter notebook

Now you should be able to execute the code in the notebook with all related dependencies installed.

You can also play with the ML forecasting models using the CLI script contained in the src folder. After having install the dependencies you can execute the script with the following command inside the src folder:

# available commands
python main.py --help

# 48 steps ahead forecast using recursive technique
python main.py --steps 48 --fcast recursive

energy-ts-analysis's People

Contributors

madagra avatar dependabot[bot] 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.