Baselight

Balanced Predictive Maintenance Dataset

Addressing Class Imbalance in Predictive Maintenance

@kaggle.chetansmahale_balanced_predictive_maintenance_dataset

Y Smote
@kaggle.chetansmahale_balanced_predictive_maintenance_dataset.y_smote

  • 3.36 KB
  • 47229 rows
  • 3 columns
reason

Reason

of

Of

failure

Failure


CREATE TABLE y_smote (
  "reason" BIGINT,
  "of" VARCHAR,
  "failure" VARCHAR
);

Share link

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