When utilizing a machine learning (ML) model to predict whether a wind turbine electricity generator will fail, which model evaluation metric should be the PRIMARY focus?
In predictive maintenance use cases---such as detecting turbine failure---the most critical concern is identifying as many actual failures as possible to prevent catastrophic events. The AAIA Study Guide emphasizes that in such high-risk scenarios, Recall is the most appropriate metric because it measures the proportion of true positives correctly identified.
''Recall is critical in scenarios where missing a positive instance (e.g., a failure) is costly or dangerous. It ensures that most real issues are caught by the model, even at the expense of some false positives.''
Precision measures correctness of positive predictions, specificity measures true negatives, and accuracy may be misleading if the data is imbalanced. Thus, D (Recall) is most appropriate.
Harris
17 days agoIsreal
22 days agoHerman
27 days ago