A classification model built to determine the issues in system given data from multiple sensors.
The inputs of various sensors for different wafers have been provided. In electronics, a wafer (also called a slice or substrate) is a thin slice of semiconductor used for the fabrication of integrated circuits. The goal is to build a machine learning model which predicts whether a wafer needs to be replaced or not(i.e., whether it is working or not) based on the inputs from various sensors. There are two classes: +1 and -1.
- -1 : Sensor is faulty needs replacement.
- +1 : Sensor in good state.
- Object Oriented Methodlogy from train to predict.
- Amazon S3 for storage of training files, logs, trained models and all the intermediate files.
- NoSQL MongoDB Altas usage to store all schema details and all training and prediction data.
- Email Alerts for all notifications from training completion to validation results to prediction completion.
- Training and Prediction Pipelines.
- Clustering + Classfication Model Training Approach.
- Dashboard For Interaction with Users.
- Name Validation.
- Number Of Columns.
- Name Of Columns.
- Datatype Of Columns.
- Null Values in Columns.
- Data Export From MongoDB.
- Data Preprocessing.
- Clustering.
- Model Selection.
- Model Storage on Cloud.
- Data Export From MongoDB.
- Data Preprocessing.
- Clustering.
- Prediction based on deployed Models.
- Predictions stored in CSV.