Giter Site home page Giter Site logo

mhdella / turbofan-remaining-life-prediction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from delta1epsilon/turbofan-remaining-life-prediction

0.0 0.0 0.0 23.98 MB

Remaining Useful Life (RUL) prediction for Turbofan Engines

Python 0.06% Jupyter Notebook 99.94%

turbofan-remaining-life-prediction's Introduction

Remaining Useful Life (RUL) prediction for Turbofan Engines

The project objective is to estimate Remaining Useful Life (RUL) with Machine Learning. RUL is defined as a remaining time that a component can function with an acceptable performance before it fails. The model should provide prediction uncertainties and be extensively tested with Prognostics metrics.

Turbofan Engines Degradation Simulation Data Set provided by NASA is being used in this project for Remaining Useful Life prediction.

See the notebooks descriptions:

  1. 1-EDA.ipynb - contains Exploratory Data Analysis. The objective is to inspect the data, get general understanding of the datasets, check for patterns, understand what preprocessing should be done before the modeling.
  2. 2-target-metrics-baseline.ipynb - define the target, discuss evaluation metrics, and build a baseline model.
  3. 3-features_engineering.ipynb - features engineering pipelines.
  4. 4-predict_rul_with_ML.ipynb - contains experiments with different algorithms, features sets and evaluation with prognostics metrics.

Setup

Environment setup:

python3.8 -m venv ./venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python -m ipykernel install --user --name=venv

Download the dataset:

wget -O CMAPSSData.zip  https://ti.arc.nasa.gov/c/6/
unzip -d CMAPSSData/ CMAPSSData.zip

References

  1. A. Saxena, K. Goebel, D. Simon, and N. Eklund, "Damage Propagation Modeling for Aircraft Engine Run-to-Failure Simulation", in the Proceedings of the Ist International Conference on Prognostics and Health Management (PHM08), Denver CO, Oct 2008

  2. Saxena, A.; Celaya, J.; Saha, B.; Saha, S.; Goebel, K. Metrics for Offline Evaluation of Prognostic Performance. Int. J. Progn. Health Manag. 2010

  3. https://www.researchgate.net/publication/224358896_Recurrent_neural_networks_for_remaining_useful_life_estimation

  4. Christ, M., Kempa-Liehr, A.W. and Feindt, M. (2016). Distributed and parallel time series feature extraction for industrial big data applications. ArXiv e-prints: 1610.07717 URL: http://adsabs.harvard.edu/abs/2016arXiv161007717C

  5. Dempster A., Petitjean F. and Webb G., "ROCKET: Exceptionally fast and accurate time series classification using random convolutional kernels": https://arxiv.org/pdf/1910.13051.pdf

turbofan-remaining-life-prediction's People

Contributors

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