Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

auc

What is a threshold in a Precision-Recall curve?

September 23, 2023 by Tarik

ROC Curves: x-axis: False Positive Rate FPR = FP /(FP + TN) = FP / N y-axis: True Positive Rate TPR = Recall = TP /(TP + FN) = TP / P Precision-Recall Curves: x-axis: Recall = TP / (TP + FN) = TP / P = TPR y-axis: Precision = TP / (TP + … Read more

Categories machine-learning Tags auc, classification, machine-learning, model-comparison, precision-recall Leave a comment

Calculate AUC in R?

April 25, 2023 by Tarik
Categories r Tags auc, data-mining, machine-learning, r Leave a comment

F1 Score vs ROC AUC

March 9, 2023 by Tarik

Introduction As a rule of thumb, every time you want to compare ROC AUC vs F1 Score, think about it as if you are comparing your model performance based on: [Sensitivity vs (1-Specificity)] VS [Precision vs Recall] Note that Sensitivity is the Recall (they are the same exact metric). Now we need to understand what … Read more

Categories machine-learning Tags auc, machine-learning, precision-recall Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa