Git Product home page Git Product logo

snowdj / greek-electric-load-forecasting-ipto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from praxitelisk/greek-electric-load-forecasting-ipto

0.0 1.0 0.0 32.61 MB

This repo contains the code for my postgraduate thesis dealing with Short-term Load Forecasting, predicting the electric load demand per hour in Greece, developed in R, RStudio, R-markdown and R-Shiny using daily load datasets provided by the Greek Independent Power Transmission Operator (I.P.T.O.). A presentation of the thesis' results can be found at the following website:

Home Page: https://pk-shinies.shinyapps.io/ipto-ml

License: MIT License

R 100.00%

greek-electric-load-forecasting-ipto's Introduction

Greek-Electric-Load-Forecasting-IPTO

This repo contains the code for my postgraduate thesis dealing with Short-term Load Forecasting, predicting the electric load demand per hour in Greece, developed in R, RStudio, R-markdown and R-Shiny using daily load datasets provided by the Greek Independent Power Transmission Operator (I.P.T.O.) - (AΔΜHΕ in greek) http://www.admie.gr/nc/en/home/
The documentation of my thesis can be found at Aristotle's University repository of Theses: http://ikee.lib.auth.gr/record/294603/?ln=en, please excuse me for errors inside the documentation and if you find any, please inform me :)

libraries - Dependencies

    Data Preprocessing Libraries

  • xlsx package: install.packages('xlsx')
  • JSONLite: install.packages("jsonlite")
  • lubridate: install.packages('lubridate')
  • Tibble: install.packages("tibble")
  • Feature Selection, library: install.package("Boruta")
  • Machine Learning Libraries

  • SVM, library: install.package("e1071")
  • Random Forest, library: install.package("RandomForest")
  • Neural Network, library: install.package("RSNNS")
  • K' Nearest Neighbors, library: install.package("FNN")
  • Rule Based Models, library: install.package("Cubist")
  • xgboost models, library: install.package("xgboost")
  • Plots - Visualizations

  • ggplot2, library: install.package("ggplot2")
  • plotly, library: install.package("plotly")
  • Rmarkdown, library: install.package("Rmarkdown")
  • R-Shiny, library: install.package("shiny")
  • flexdashboard, library: install.package("flexdashboard")

greek-electric-load-forecasting-ipto's People

Contributors

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