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: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -457,15 +457,15 @@ Example results from the included harder synthetic-data workflow:
457
457
| Metric | Example value |
458
458
|---|---:|
459
459
| ROC-AUC | 0.976 |
460
-
| Average precision / PR-AUC | 0.843|
461
-
| Brier score | 0.052|
462
-
| Selected threshold | 0.30|
463
-
| Precision at selected threshold | 0.514|
464
-
| Recall at selected threshold | 0.961|
465
-
| Flagged rate | 0.206|
460
+
| Average precision / PR-AUC | 0.838|
461
+
| Brier score | 0.061|
462
+
| Selected threshold | 0.35|
463
+
| Precision at selected threshold | 0.481|
464
+
| Recall at selected threshold | 0.974|
465
+
| Flagged rate | 0.223|
466
466
</div>
467
467
468
-
> These values are from a synthetic demo dataset and should not be interpreted as real-world fraud detection performance.
468
+
> These values are from a synthetic demo dataset and should not be interpreted as real-world fraud detection performance. Exact numbers are reproducible with `--seed 42` but may shift slightly across scikit-learn/NumPy versions.
0 commit comments