Upload metrics.json
Browse files- metrics.json +14 -0
metrics.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pr_auc": 0.8049625675505532,
|
| 3 |
+
"roc_auc": 0.9656254211565618,
|
| 4 |
+
"recall_at_threshold": 0.7466666666666667,
|
| 5 |
+
"precision_at_threshold": 0.875,
|
| 6 |
+
"f1_at_threshold": 0.8057553956834532,
|
| 7 |
+
"no_skill_pr_auc": 0.001317,
|
| 8 |
+
"recommended_threshold": 0.7017,
|
| 9 |
+
"precision_target": 0.9,
|
| 10 |
+
"primary_metric": "pr_auc",
|
| 11 |
+
"test_frauds": 75,
|
| 12 |
+
"test_n": 56962,
|
| 13 |
+
"shap_top5": "V4 (2.61), V14 (2.29), V12 (1.76), V10 (1.34), V11 (1.19)"
|
| 14 |
+
}
|