Git Product home page Git Product logo

energy_demand_forecasting's Introduction

Classes for creating forecasting models of univariate time series and time series with exogenous variables

MotivationDescriptionSupported algorithmsCreditsHow To UseData used

Motivation

Each individual implementation of the prediction algorithm from Darts has its own grid_search method, but they do not allow searching multiple models at the same time. The developed class is a wrapper over the most interesting prediction methods from this library.

Description

  1. The GridSearch class allows to obtain the optimal predictive model for certain data based on specified algorithms and a grid to search parameters for each.
  2. The Imputation class is the interface to the basic classical methods for imputing time series misses:
    • Mean, median and mode
    • Previous, next and average of the nearest to the missing value
    • Polynomial function
    • Spline
    • Moving average

Supported algorithms

GridSearch is currently supported for the following algorithms (as the most interesting ones):

  • RNNModel
  • CatBoostModel
  • TFTModel
  • TCNModel

Credits

How To Use

An example of using GridSearch classes is given in the module file itself, an example of using Imputation is given in the imputation_usage.py file

Data used

The project was created to predict the series of electric and heat energy consumption.
Here you can access the data used.

Open In Colab Notebook with preparation and analysis of the initial dataset

energy_demand_forecasting's People

Contributors

evolext 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.