GithubHelp home page GithubHelp logo

chrismolli / windforecasting Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.16 MB

Case study of a time-series regression task for 24h wind forecasting. Investigation of OLS, XGB and MLP applications.

License: MIT License

Jupyter Notebook 100.00%
forecasting windenergy time-series-regression gradient-boosting

windforecasting's Introduction

windforecasting

Case study of time-series regression task for 24h wind forecasting that I did for an interview. Check the notebook on kaggle for the full results.


Best & worst training and test cases (MLP)

Contents of the Notebook

The notebook is comparted into three chapters.

  1. Data Exploration
  • Outlier Detection
  • Augmented Dickey-Fulley (ADF) for stationarity
  • Normalization
  1. Model Types & Hyperparamter Optimization
  • Ordinary Least Square (OLS) Regression
  • Extreme Gradient Boosting (XGB)
  • Multi-Layer Perceptron (MLP)
  1. Summary & Discussion

Hyperparameter Optimization

Random search is used to sample the high dimensional hyperparameter space of the models. In succession Bayesian Optimization might be a good option to further tune the models, despite the costly exploration. A example of the hyperparameter's influence on the XGB model performance can be seen below.


Hyperparameter influence on XGB model performance

In this example it seems like XGB tree ensembles perform better when shallow and weakly regularised on the given dataset. Further details and discussion can be obtained from the notebook itself.

How to use

Just clone the notebook on kaggle or run it on a local Jupyter Notebook server.

windforecasting's People

Contributors

chrismolli avatar

Watchers

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