Skip to content

prerpd/predictive-maintenance-xai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

predictive-maintenance-xai

An end-to-end ML project predicting machine failure with XAI (SHAP).

Structure

predictive_maintenance_xai/
├── data/ # Download ai4i2020.csv here
├── models/ # Saved .json or .pkl models
├── notebooks/ # For initial EDA only
├── src/ # The "Engine" of your project
│ ├── init.py
│ ├── preprocess.py # Data cleaning & Engineering
│ ├── train.py # Model training logic
│ └── explain.py # SHAP visualization logic
├── requirements.txt
└── README.md

About

An end-to-end ML project predicting machine failure with XAI (SHAP).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors