How to calculate TPR and FPR for different threshold values for classification model?
I have built a classification model to predict binary class. I can calculate precision, recall, and F1-Score. Now, I want to generate ROC for better understanding the classification performance of my classification model. I do not know how to calculate TPR and FPR for different threshold values.
Topic java machine-learning
Category Data Science