Skip to content

Commit b5dfcd1

Browse files
committed
feat: update model with newly trained models
1 parent 237a943 commit b5dfcd1

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

models/best_model.pkl

-816 KB
Binary file not shown.

models/gradient_boosting.pkl

981 KB
Binary file not shown.

models/logistic_regression.pkl

5.56 KB
Binary file not shown.

models/preprocessors.pkl

0 Bytes
Binary file not shown.

models/random_forest.pkl

13.2 MB
Binary file not shown.

models/thresholds.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"random_forest": {
3-
"threshold": 0.20876564170282333,
3+
"threshold": 0.024397413286302173,
4+
"picked_on": "validation",
5+
"target_fpr": 0.01
6+
},
7+
"gradient_boosting": {
8+
"threshold": 0.0009466549845413254,
49
"picked_on": "validation",
510
"target_fpr": 0.01
611
},
712
"logistic_regression": {
8-
"threshold": 0.9565404965404966,
13+
"threshold": 0.9607659331863353,
914
"picked_on": "validation",
1015
"target_fpr": 0.01
1116
}

0 commit comments

Comments
 (0)