WindTurbineClassification

Specification of 'normal' wind turbine operating behaviour for rapid anomaly detection.
https://github.com/nmstreethran/WindTurbineClassification

Category: Renewable Energy
Sub Category: Wind Energy

Keywords

energy jupyter-notebook python renewable-energy wind-turbines

Keywords from Contributors

optimize transforms archiving measur generic observation conversion projection compose animals

Last synced: about 9 hours ago
JSON representation

Repository metadata

Wind turbine fault prediction using machine learning

README.md

WindTurbineClassification

DOI
Docs

Specification of 'normal' wind turbine operating behaviour for rapid anomaly detection: through the use of machine learning algorithms

by Nithiya Streethran (nmstreethran@gmail.com)

This work is derived from my dissertation for the degree of Master of Science (MSc) in Renewable Energy Engineering at Heriot-Watt University, which was completed during a technical placement at Natural Power between May and August 2017.

[!IMPORTANT]
Unfortunately, the datasets are proprietary industry data and I do not own the rights to distribute them to the public. Please do not contact me to request the datasets.

Abstract

Maximising the economic effectiveness of a wind farm is essential in making wind a more economic source of energy. This effectiveness can be increased through the reduction of operation and maintenance costs, which can be achieved through continuously monitoring the condition of wind turbines. An alternative to expensive condition monitoring systems, which can be uneconomical especially for older wind turbines, is to implement classification algorithms on supervisory control and data acquisition (SCADA) signals, which are collected in most wind turbines. Several publications were reviewed, which were all found to use separate algorithms to predict specific faults in advance. In reality, wind turbines tend to have multiple faults which may happen simultaneously and have correlations with one another. This project focusses on developing a methodology to predict multiple wind turbine faults in advance simultaneously by implementing classification algorithms on SCADA signals for a wind farm with 25 turbines rated at 2,500 kW, spanning a period of 30 months. The data, which included measurements of wind speed, active power and pitch angle, was labelled using corresponding downtime data to detect normal behaviour, faults and varying timescales before a fault occurs. Three different classification algorithms, namely decision trees, random forests and k nearest neighbours were tested using imbalanced and balanced training data, initially to optimise a number of hyperparameters. The random forest classifier produced the best results. Upon conducting a more detailed analysis on the performance of specific faults, it was found that the classifier was unable to detect the varying timescales before a fault with accuracy comparable to that of normal or faulty behaviour. This could have been due to the SCADA data, which are used as features, being unsuitable for detecting the faults, and there is potential to improve this by balancing only these classes.

Keywords: wind turbine, classification algorithm, SCADA, fault detection, condition monitoring

License

Unless otherwise stated:

Project badges are generated using Shields.io and Simple Icons.

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Specification of 'normal' wind turbine operating behaviour for rapid anomaly
  detection: through the use of machine learning algorithms
message: 'If you use this software, please cite it as below.'
type: software
authors:
  - family-names: Streethran
    given-names: Nithiya
    orcid: 'https://orcid.org/0000-0003-0575-5798'
    affiliation: Environmental Protection Agency (EPA) Ireland
repository-code: 'https://github.com/nmstreethran/WindTurbineClassification'
url: 'https://nmstreethran.github.io/WindTurbineClassification/'
keywords:
  - wind turbine
  - condition monitoring
  - SCADA
  - fault prediction
  - classification algorithm
license: MIT
version: 1.2.0
preferred-citation:
  type: article
  authors:
    - family-names: Streethran
      given-names: Nithiya
      orcid: 'https://orcid.org/0000-0003-0575-5798'
      affiliation: Heriot-Watt University
  title: >-
    Specification of 'normal' wind turbine operating behaviour for rapid
    anomaly detection: through the use of machine learning algorithms
  doi: 10.5281/zenodo.2875795
  year: 2017
  month: 8

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 110
Total Committers: 2
Avg Commits per committer: 55.0
Development Distribution Score (DDS): 0.036

Commits in past year: 14
Committers in past year: 2
Avg Commits per committer in past year: 7.0
Development Distribution Score (DDS) in past year: 0.286

Name Email Commits
nmstreethran n****n@g****m 106
dependabot[bot] 4****] 4

Issue and Pull Request metadata

Last synced: 22 days ago

Total issues: 0
Total pull requests: 4
Average time to close issues: N/A
Average time to close pull requests: 1 day
Total issue authors: 0
Total pull request authors: 2
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 4
Bot issues: 0
Bot pull requests: 1

Past year issues: 0
Past year pull requests: 3
Past year average time to close issues: N/A
Past year average time to close pull requests: 1 day
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 3
Past year bot issues: 0
Past year bot pull requests: 1

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/nmstreethran/WindTurbineClassification

Top Issue Authors

Top Pull Request Authors

  • nmstreethran (3)
  • dependabot[bot] (1)

Top Issue Labels

Top Pull Request Labels

  • enhancement (2)
  • dependencies (1)
  • github_actions (1)

Package metadata

proxy.golang.org: github.com/nmstreethran/WindTurbineClassification

proxy.golang.org: github.com/nmstreethran/windturbineclassification


Dependencies

requirements.txt pypi
  • imbalanced-learn *
  • jupyterlab *
  • matplotlib *
  • openpyxl *
  • pandas *
.github/workflows/sphinx.yml actions
  • actions/checkout v4 composite
  • actions/deploy-pages v4 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v3 composite
docs/requirements.txt pypi
  • myst-nb *
  • pydata-sphinx-theme *
environment.yml pypi
pyproject.toml pypi
  • imbalanced-learn *
  • jupyterlab *
  • matplotlib *
  • openpyxl *
  • pandas *

Score: -Infinity