Skip to content

This a Python implementation of the popular R notebook that contains the steps of implementing a predictive maintenance model. (R Notebook: https://gallery.azure.ai/Notebook/Predictive-Maintenance-Implementation-Guide-R-Notebook-2)

Notifications You must be signed in to change notification settings

live2pro/Predictive_Maintenance_Modelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Predictive Maintenance Modelling Demo (Python)

This project is demonstration of a real-time predictive maintenance model application. The project is comprised of the following three parts:

  • A Python implementation of this popular R notebook that contains the steps of implementing a predictive maintenance model: Link

  • A Python app to simulate a real time feed of simulated failure, maintainence and condition data. Specifically, this app will involve the following: (In Progress)

    • With the given time-series data, generate simulated data using the "block bootstrap" method.

    • Post simulated data to Google Cloud Function end points

  • A set of Google Cloud Function to do the following: (In Progress)

    • Perform feature engineering on the simulated data

    • Generate failure predictions for simulated data

  • A Google Datastudio dashboard to visualize the simulated data and predictions: (In Progress)

About

This a Python implementation of the popular R notebook that contains the steps of implementing a predictive maintenance model. (R Notebook: https://gallery.azure.ai/Notebook/Predictive-Maintenance-Implementation-Guide-R-Notebook-2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published