An open API service indexing awesome lists of open source software.

https://github.com/abideen-olawuwo/predictive-maintenance

A predictive maintainance model
https://github.com/abideen-olawuwo/predictive-maintenance

decision-trees ipython matplotlib numpy pandas plotly python random-forest seaborn sklearn smote

Last synced: about 1 month ago
JSON representation

A predictive maintainance model

Awesome Lists containing this project

README

        

* Problem Definition

Predicting Machine Failure Type

* Data

The data was downloaded from kaggle[https://www.kaggle.com/datasets/stephanmatzka/predictive-maintenance-dataset-ai4i-2020]

* Evaluation

The Evaluation metric is to get the best accuracy

* Features

The dataset Features include; Product ID, Type, Air temperature, Process temperature, Rotational speed, Torque, Tool wear, Machine failure
TWF, HDF, PWF, OSF, and RNF

* Modelling

The Model used are Random Forest Classifier (RFC), Decision Tree Classifier, GradientBoostingClassifier