Git Product home page Git Product logo

smart-meter-outage-prediction's Introduction

DOI

Smart-Meter-Outage-Prediction

---Data Source--------------------------
The past outage history data was downloaded from Ausgrid

https://www.ausgrid.com.au/Industry/Our-Research/Data-to-share/Past-outage-data
The original outage data contain three months outage history records and provided as XLSX file format

---Experiment Environment---------------
Python : 3.5.2
Keras : 2.1.6
Tensorflow : 1.13.1
Pandas : 0.24.2
Scikit-learn : 0.21.3
Imbalanced-learn : 0.5.0

---Experiment Step----------------------

  1. Run xlsx_to_csv.ipynb for transfer the outage history XLSX file to a CSV file.

  2. Run data_preprocess.ipynb for preprocessing the past outage data to a continuous hourly data contains non-outage and outage rows.

  3. Run ADASYN_data_augmentation.ipynb for outage data augmentation(increase more outage data to balance the dataset).

  4. Run LSTM_outage_predict_final.ipynb for training the LSTM model with the augmented dataset and test with the original dataset.

  5. LSTM_outage_predict_single_layer.ipynb is used to train a single LSTM layer model for comparing the experimental result to the final LSTM model.

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.