Machine Failure Prediction Using Sensor Data
Sensor Readings || Machine Failures || Predictive Maintenance
@kaggle.umerrtx_machine_failure_prediction_using_sensor_data
Sensor Readings || Machine Failures || Predictive Maintenance
@kaggle.umerrtx_machine_failure_prediction_using_sensor_data
CREATE TABLE data (
"footfall" BIGINT,
"tempmode" BIGINT,
"aq" BIGINT,
"uss" BIGINT,
"cs" BIGINT,
"voc" BIGINT,
"rp" BIGINT,
"ip" BIGINT,
"temperature" BIGINT,
"fail" BIGINT
);
Anyone who has the link will be able to view this.