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).
- 05:20, 10 June 2025 Thakshashila talk contribs created page Sensitivity (Created page with "= Sensitivity = '''Sensitivity''', also known as '''Recall''' or the '''True Positive Rate (TPR)''', is a performance metric used in classification problems. It measures how well a model can identify actual positive instances. == Definition == :<math> \text{Sensitivity} = \frac{TP}{TP + FN} </math> Where: * '''TP''' = True Positives – actual positives correctly predicted * '''FN''' = False Negatives – actual positives incorrectly predicted as negative Sensitivit...")