Upload folder using huggingface_hub
Browse files- model_info.json +11 -8
- scaler.pkl +2 -2
- spammer_detector.pkl +2 -2
model_info.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"metrics": {
|
3 |
-
"Accuracy": 0.
|
4 |
-
"Precision": 0.
|
5 |
-
"Recall": 0.
|
6 |
-
"F1 Score": 0.
|
7 |
-
"ROC-AUC": 0.
|
8 |
-
"Decision Threshold": 0.
|
9 |
},
|
10 |
-
"threshold": 0.
|
11 |
"feature_names": [
|
12 |
"X1",
|
13 |
"X2",
|
@@ -59,6 +59,9 @@
|
|
59 |
"X48",
|
60 |
"X49",
|
61 |
"X50",
|
62 |
-
"X51"
|
|
|
|
|
|
|
63 |
]
|
64 |
}
|
|
|
1 |
{
|
2 |
"metrics": {
|
3 |
+
"Accuracy": 0.8107018308631212,
|
4 |
+
"Precision": 0.11736317897114694,
|
5 |
+
"Recall": 0.9277597402597403,
|
6 |
+
"F1 Score": 0.20836751435602952,
|
7 |
+
"ROC-AUC": 0.9535087830609187,
|
8 |
+
"Decision Threshold": 0.3
|
9 |
},
|
10 |
+
"threshold": 0.3,
|
11 |
"feature_names": [
|
12 |
"X1",
|
13 |
"X2",
|
|
|
59 |
"X48",
|
60 |
"X49",
|
61 |
"X50",
|
62 |
+
"X51",
|
63 |
+
"account_risk_score",
|
64 |
+
"message_risk_score",
|
65 |
+
"verification_risk_score"
|
66 |
]
|
67 |
}
|
scaler.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d58f4aec0d3d101dbc0943a190b819b27558d1cccc94b63bfd2b4592d37adad
|
3 |
+
size 2823
|
spammer_detector.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fcd0db3240f113518526bc5b8d6c5d308d188981ca87313954e73c6666c0bd1
|
3 |
+
size 180131657
|