Skip to content

Commit

Permalink
fixed some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Amandarg committed May 1, 2018
1 parent 8eba429 commit 78ea88d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .ipynb_checkpoints/COMPAS_debias_experiments-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1439,15 +1439,6 @@
"df = pd.DataFrame(np.concatenate((np.reshape(np.array([\"FPR\", \"FNR\", \"FPR\", \"FPR SE\", \"FNR\", \"FNR SE\"]), (1,6)), dfMatDebiased)), index= [\"\", \"population\", \"Caucasians\", \"African-Americans\"], columns=[\"COMPAS\", \"\", \"\", \"Logistic\", \"Regression\", \"\"])\n",
"print(df)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
9 changes: 0 additions & 9 deletions COMPAS_debias_experiments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1439,15 +1439,6 @@
"df = pd.DataFrame(np.concatenate((np.reshape(np.array([\"FPR\", \"FNR\", \"FPR\", \"FPR SE\", \"FNR\", \"FNR SE\"]), (1,6)), dfMatDebiased)), index= [\"\", \"population\", \"Caucasians\", \"African-Americans\"], columns=[\"COMPAS\", \"\", \"\", \"Logistic\", \"Regression\", \"\"])\n",
"print(df)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 78ea88d

Please sign in to comment.