Skip to content

Commit 40916e2

Browse files
authored
Merge pull request #3974 from PrimozGodec/fix-calibration
OWCalibrationPlot: Specificity definition fixed
2 parents 42f8894 + ce30b19 commit 40916e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/evaluate/owcalibrationplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"<p><b>Sensitivity</b> (falling) is the proportion of correctly "
3636
"detected positive instances (TP&nbsp;/&nbsp;P).</p>"
3737
"<p><b>Specificity</b> (rising) is the proportion of detected "
38-
"negative instances (TP&nbsp;/&nbsp;N).</p>"),
38+
"negative instances (TN&nbsp;/&nbsp;N).</p>"),
3939
("Precision and recall",
4040
(Curves.precision, Curves.recall),
4141
("prec", "recall"),

0 commit comments

Comments
 (0)