Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

ShrootBuck/stanford-predictive-maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predictive Maintenance: Recall-Optimized Failure Forecasting

A machine learning pipeline designed to detect rare equipment failures in high-imbalance manufacturing datasets.

Key Objectives:

  • Minimize Downstream Cost: Prioritized Recall over Accuracy to penalize false negatives (missed failures) more than false positives (unnecessary checks).
  • Interpretability: Utilized SHAP values to engineer features like Wear_x_Torque and isolate collinearity between air/process temperatures.
  • Model Stacking: Implemented a Voting Classifier (Random Forest + XGBoost) to achieve higher Recall.

SPCS-Poster

About

Final project for the Stanford Pre-Collegiate Summer Institutes. Using ML to forecast manufacturing failures, minimizing costly downtime by prioritizing model recall.

Resources

License

Stars

Watchers

Forks

Contributors