Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,10 +5,11 @@ tags:
|
|
| 5 |
- compas
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
|
|
|
| 8 |
pretty_name: Compas
|
| 9 |
size_categories:
|
| 10 |
- 1K<n<10K
|
| 11 |
-
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- encoding
|
|
@@ -17,6 +18,7 @@ configs:
|
|
| 17 |
- priors-prediction
|
| 18 |
- priors-prediction-no-race
|
| 19 |
- race
|
|
|
|
| 20 |
---
|
| 21 |
# Compas
|
| 22 |
The [Compas dataset](https://github.com/propublica/compas-analysis) for recidivism prediction.
|
|
@@ -56,4 +58,4 @@ dataset = load_dataset("mstz/compas", "two-years-recidividity")["train"]
|
|
| 56 |
|`days_in_custody` |`int64` |Days spent in custody |
|
| 57 |
|`is_violent_recidivous` |`int64` | |
|
| 58 |
|`violence_decile_score` |`int64` |Criminality score for violent crimes |
|
| 59 |
-
|`two_years_recidivous` |`int64` | |
|
|
|
|
| 5 |
- compas
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
+
- UCI
|
| 9 |
pretty_name: Compas
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<10K
|
| 12 |
+
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- encoding
|
|
|
|
| 18 |
- priors-prediction
|
| 19 |
- priors-prediction-no-race
|
| 20 |
- race
|
| 21 |
+
license: cc
|
| 22 |
---
|
| 23 |
# Compas
|
| 24 |
The [Compas dataset](https://github.com/propublica/compas-analysis) for recidivism prediction.
|
|
|
|
| 58 |
|`days_in_custody` |`int64` |Days spent in custody |
|
| 59 |
|`is_violent_recidivous` |`int64` | |
|
| 60 |
|`violence_decile_score` |`int64` |Criminality score for violent crimes |
|
| 61 |
+
|`two_years_recidivous` |`int64` | |
|