Spaces:
Sleeping
Sleeping
Commit ·
8a5a903
1
Parent(s): d830db3
replace gender/rf model; update norms
Browse files
config.py
CHANGED
|
@@ -84,15 +84,14 @@ officer_gender_l2_norm = {
|
|
| 84 |
"undersampling": {
|
| 85 |
"days_on_force": 14658,
|
| 86 |
"complaint_duration_days": 2817,
|
| 87 |
-
"previous_complaints":
|
| 88 |
"current_rank": 13,
|
| 89 |
"incident_rank": 13
|
| 90 |
},
|
| 91 |
-
# todo these are dummy values
|
| 92 |
"no_undersampling": {
|
| 93 |
-
"days_on_force":
|
| 94 |
-
"complaint_duration_days":
|
| 95 |
-
"previous_complaints":
|
| 96 |
"current_rank": 13,
|
| 97 |
"incident_rank": 13
|
| 98 |
}
|
|
|
|
| 84 |
"undersampling": {
|
| 85 |
"days_on_force": 14658,
|
| 86 |
"complaint_duration_days": 2817,
|
| 87 |
+
"previous_complaints": 107,
|
| 88 |
"current_rank": 13,
|
| 89 |
"incident_rank": 13
|
| 90 |
},
|
|
|
|
| 91 |
"no_undersampling": {
|
| 92 |
+
"days_on_force": 14500,
|
| 93 |
+
"complaint_duration_days": 3361,
|
| 94 |
+
"previous_complaints": 129,
|
| 95 |
"current_rank": 13,
|
| 96 |
"incident_rank": 13
|
| 97 |
}
|
models/OfficerGender/Random Forest Undersampling.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:38ed62a9574990628e407e361290c61e2f552652a28aea8d324be77f6b0231ba
|
| 3 |
+
size 161138041
|