Datasets:
Upload compas.py
Browse files
compas.py
CHANGED
@@ -77,11 +77,12 @@ _BASE_FEATURE_NAMES = [
|
|
77 |
"days_before_screening_arrest",
|
78 |
"is_recidivous",
|
79 |
"days_of_recidividity_after_arrest",
|
|
|
80 |
"is_violent_recidivous",
|
81 |
"violence_decile_score",
|
82 |
"two_year_recidivous",
|
83 |
-
"days_in_custody"
|
84 |
]
|
|
|
85 |
DESCRIPTION = "COMPAS dataset for recidivism prediction."
|
86 |
_HOMEPAGE = "https://github.com/propublica/compas-analysis"
|
87 |
_URLS = ("https://huggingface.co/datasets/mstz/compas/raw/main/compas-scores-two-years-violent.csv")
|
|
|
77 |
"days_before_screening_arrest",
|
78 |
"is_recidivous",
|
79 |
"days_of_recidividity_after_arrest",
|
80 |
+
"days_in_custody"
|
81 |
"is_violent_recidivous",
|
82 |
"violence_decile_score",
|
83 |
"two_year_recidivous",
|
|
|
84 |
]
|
85 |
+
|
86 |
DESCRIPTION = "COMPAS dataset for recidivism prediction."
|
87 |
_HOMEPAGE = "https://github.com/propublica/compas-analysis"
|
88 |
_URLS = ("https://huggingface.co/datasets/mstz/compas/raw/main/compas-scores-two-years-violent.csv")
|