Baselight

Machine Failure Prediction Using Sensor Data

Sensor Readings || Machine Failures || Predictive Maintenance

@kaggle.umerrtx_machine_failure_prediction_using_sensor_data

Data
@kaggle.umerrtx_machine_failure_prediction_using_sensor_data.data

  • 11.85 KB
  • 944 rows
  • 10 columns
footfall

Footfall

tempmode

TempMode

aq

AQ

uss

USS

cs

CS

voc

VOC

rp

RP

ip

IP

temperature

Temperature

fail

Fail

7716636311
190133512041
31722612461
83434512861
64075646861
110334612141
100756417741
31154542141
180746333141
28003373931

CREATE TABLE data (
  "footfall" BIGINT,
  "tempmode" BIGINT,
  "aq" BIGINT,
  "uss" BIGINT,
  "cs" BIGINT,
  "voc" BIGINT,
  "rp" BIGINT,
  "ip" BIGINT,
  "temperature" BIGINT,
  "fail" BIGINT
);

Share link

Anyone who has the link will be able to view this.