HsiungCW / Turbofan_usefull_life_prediction

given run to failure measurements of various sensors on a sample of similar jet engines, estimate the remaining useful life (RUL) of a new jet engine that has measurements of the same sensor for a period of time equal to its current operational time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predicting Turbofan Remaining Useful Life (RUL)

the project main theme is to develop a model to perform predictive maintenance on a jet engine. the predictive maintenance approach used here is data-driven, meaning that data collected from the operational jet engine is used to perform predictive maintenance modeling. to be specific, the project aim is to build a predictive model to estimate the Remaining Useful Life ( RUL) of a jet engine based on run-to-failure data of a fleet of similar jet engines

Installation

There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.

Project Motivation

my motivation behind this small project is to enhance my capability in making models that can be used in predictive maintenance.

File Descriptions

The jupyter notebook available here contains the modeling and data exploration Data folder contains the datasets

Results

the main findings of the code can be found at the Medium post available here.

Licensing, Authors, Acknowledgements

the data used in this project was obtained from Prognostics CoE at NASA Ames

the algorithm idea follows closely : T. Wang, J. Yu, D. Siegel, J. Lee, "A similarity-based prognostics approach for remaining useful life estimation of engineered systems", Proc. Int. Conf. Prognostics Health Manage., pp. 1-6, Oct. 2008. Similarity-Based Remaining Useful Life Estimation: https://www.mathworks.com/help/predmaint/examples/similarity-based-remaining-useful-life-estimation.html#SimilarityBasedRULExample-10

About

given run to failure measurements of various sensors on a sample of similar jet engines, estimate the remaining useful life (RUL) of a new jet engine that has measurements of the same sensor for a period of time equal to its current operational time.


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%