Bearing Classification
Dataset contains signal recordings to detect defective bearings
@kaggle.isaienkov_bearing_classification
Dataset contains signal recordings to detect defective bearings
@kaggle.isaienkov_bearing_classification
CREATE TABLE bearing_signals (
"experiment_id" BIGINT,
"bearing_1_id" BIGINT,
"bearing_2_id" BIGINT,
"timestamp" DOUBLE,
"a1_x" DOUBLE,
"a1_y" DOUBLE,
"a1_z" DOUBLE,
"a2_x" DOUBLE,
"a2_y" DOUBLE,
"a2_z" DOUBLE,
"rpm" DOUBLE,
"hz" DOUBLE,
"w" DOUBLE
);
Anyone who has the link will be able to view this.