-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ran code on COMPAS/score recidivism data
* seems to work well * need to fix error in MI code
- Loading branch information
Octavio
committed
Jun 17, 2020
1 parent
fd99790
commit 6a6c6c3
Showing
8 changed files
with
9,751 additions
and
633 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Data: column names: ['race', 'decile_score', 'is_recid'], rows: 10010 | ||
By race | ||
decile_score \ | ||
count mean std min 25% 50% 75% max | ||
race | ||
African-American 4960.0 0.525585 0.287048 0.1 0.3 0.50 0.80 1.0 | ||
Asian 50.0 0.272000 0.241627 0.1 0.1 0.15 0.30 1.0 | ||
Caucasian 3503.0 0.359806 0.255125 0.1 0.1 0.30 0.50 1.0 | ||
Hispanic 885.0 0.325989 0.252504 0.1 0.1 0.20 0.50 1.0 | ||
Native American 31.0 0.451613 0.280322 0.1 0.2 0.40 0.65 1.0 | ||
Other 581.0 0.277453 0.226574 0.1 0.1 0.20 0.40 1.0 | ||
|
||
is_recid | ||
count mean std min 25% 50% 75% max | ||
race | ||
African-American 4960.0 0.406048 0.491143 0.0 0.0 0.0 1.0 1.0 | ||
Asian 50.0 0.200000 0.404061 0.0 0.0 0.0 0.0 1.0 | ||
Caucasian 3503.0 0.287753 0.452780 0.0 0.0 0.0 1.0 1.0 | ||
Hispanic 885.0 0.254237 0.435678 0.0 0.0 0.0 1.0 1.0 | ||
Native American 31.0 0.322581 0.475191 0.0 0.0 0.0 1.0 1.0 | ||
Other 581.0 0.247849 0.432135 0.0 0.0 0.0 0.0 1.0 | ||
CMI ests on all data | ||
FP: 2.427668231063506, RAVK1: 0.038202501107253324, RAVK2: 0.04104235793626344, Prop: 0.04555590623316086 |