Skip to content

Chunyfong/Predictive-Maintenance-Workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Predictive-Maintenance-Workflow

Some notes of my binary classification on next maintenance /Machine failure will occur

Steps:

  1. Generate history of exact date where the repair/customer call for maintenance occurred
  2. Backfill 30 days labelled as "1", since we want to "predict" the event happen
  3. Gather related data of the event from SQLserver, concate with the label together
  4. Set how many day & data of the window we want to use to predict
  5. Reshape it to binary classification, array (index,window,param) to predict (index, label)

Releases

No releases published

Packages

No packages published

Languages