Main public logs

Combined display of all available logs of Qbase. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:21, 10 June 2025 Thakshashila talk contribs created page Specificity (Created page with "= Specificity = '''Specificity''', also known as the '''True Negative Rate (TNR)''', is a performance metric in binary classification tasks. It measures the proportion of actual negative instances that are correctly identified by the model. == Definition == :<math> \text{Specificity} = \frac{TN}{TN + FP} </math> Where: * '''TN''' = True Negatives – actual negatives correctly predicted * '''FP''' = False Positives – actual negatives incorrectly predicted as positi...")