Valid DSA-C03 Dumps shared by EduDump.com for Helping Passing DSA-C03 Exam! EduDump.com now offer the newest DSA-C03 exam dumps, the EduDump.com DSA-C03 exam questions have been updated and answers have been corrected get the newest EduDump.com DSA-C03 dumps with Test Engine here:
You are training a binary classification model in Snowflake to predict customer churn using Snowpark Python. The dataset is highly imbalanced, with only 5% of customers churning. You have tried using accuracy as the optimization metric, but the model performs poorly on the minority class. Which of the following optimization metrics would be most appropriate to prioritize for this scenario, considering the imbalanced nature of the data and the need to correctly identify churned customers, along with a justification for your choice?
Correct Answer: D,E
AUC-ROC is suitable because it evaluates the model's ability to discriminate between classes regardless of class imbalance. F1-Score balances precision and recall, which is crucial for imbalanced datasets to avoid models biased towards the majority class. Log Loss is also a good option but less robust to class imbalance than AUC-ROC. Accuracy is inappropriate due to class imbalance, and RMSE is for regression problems.