List of questions
Related questions
Question 287 - MLS-C01 discussion
A company is building a predictive maintenance model for its warehouse equipment. The model must predict the probability of failure of all machines in the warehouse. The company has collected 10.000 event samples within 3 months. The event samples include 100 failure cases that are evenly distributed across 50 different machine types.
How should the company prepare the data for the model to improve the model's accuracy?
Adjust the class weight to account for each machine type.
Oversample the failure cases by using the Synthetic Minority Oversampling Technique (SMOTE).
Undersample the non-failure events. Stratify the non-failure events by machine type.
Undersample the non-failure events by using the Synthetic Minority Oversampling Technique (SMOTE).
0 comments
Leave a comment first