Set Probability Threshold / Confusion Matrix
The default probability threshold is set to 0.5. That can make it difficult to compare models when one has higher specificity and lower sensitivity, but both have similar accuracies and positive predictive values. How do we change the probability threshold to compare model performance? Thanks!Aaron