You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/unit/artifact_schemas/precision_recall_curve_v0.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@
28
28
"averagePrecisionScore": {
29
29
"description": "AP summarizes a precision-recall curve as the weighted mean of precisions achieved at each threshold, with the increase in recall from the previous threshold used as the weight.",
30
30
"type": "number"
31
+
},
32
+
"noSkill": {
33
+
"description": "The precision threshold under which the classifier cannot discriminate between the classes and would predict a random class or a constant class in all cases.",
0 commit comments