Machine Predictive Maintenance Classification
Dataset to predict machine failure (binary) and type (multiclass)
@kaggle.shivamb_machine_predictive_maintenance_classification
Dataset to predict machine failure (binary) and type (multiclass)
@kaggle.shivamb_machine_predictive_maintenance_classification
CREATE TABLE predictive_maintenance (
"udi" BIGINT,
"product_id" VARCHAR,
"type" VARCHAR,
"air_temperature_k" DOUBLE,
"process_temperature_k" DOUBLE,
"rotational_speed_rpm" BIGINT,
"torque_nm" DOUBLE,
"tool_wear_min" BIGINT,
"target" BIGINT,
"failure_type" VARCHAR
);
Anyone who has the link will be able to view this.