You are evaluating a binary classification model built in Snowflake for predicting customer churn. You have access to the model's predictions on a holdout dataset, and you want to use both the ROC curve and the confusion matrix to comprehensively assess its performance. Which of the following statements regarding the interpretation and use of ROC curves and confusion matrices are correct in this scenario?
Correct Answer: B,C,D
Options B, C, and D are correct. Option A is incorrect because the ROC curve plots the True Positive Rate (Sensitivity) against the False Positive Rate (1 - Specificity). Option E is partially correct in the sense that you can use SYSTEM$PREDICT but it requires extra data processing steps and the result may need formatting using other Snowflake functionalities or external tools (Snowsight, Tableau) for complete visualization as a ROC or Confusion Matrix.