We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42f8894 + ce30b19 commit 40916e2Copy full SHA for 40916e2
Orange/widgets/evaluate/owcalibrationplot.py
@@ -35,7 +35,7 @@
35
"<p><b>Sensitivity</b> (falling) is the proportion of correctly "
36
"detected positive instances (TP / P).</p>"
37
"<p><b>Specificity</b> (rising) is the proportion of detected "
38
- "negative instances (TP / N).</p>"),
+ "negative instances (TN / N).</p>"),
39
("Precision and recall",
40
(Curves.precision, Curves.recall),
41
("prec", "recall"),
0 commit comments