Skip to content

Predictive maintenance using Unsupervised and Supervised Machine Learning Algorithms

License

Notifications You must be signed in to change notification settings

jvachier/Predictive-Maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predictive Maintenance

The data used over one hundred machines and consisting of:

  • Sensor data, such as Pressure, Voltage, Rotation, and Vibration
  • Failure and Maintenance history
  • Machine logs such as error types.

Two classes of models are developed:

Repository Structure

.
├── README.md 
├── poetry.lock
├── pyproject.toml
├── LICENCE
├── .gitignore
├── .github/
└── src/                   
    ├── main.py         
    ├── modules/
    │   ├── data_prepration.py
    │   ├── loading.py
    │   └── models.py
    ├── pickle_files/
    ├── data/
    └── figures/ 

About

Predictive maintenance using Unsupervised and Supervised Machine Learning Algorithms

Resources

License

Stars

Watchers

Forks

Packages

No packages published