Change all TO DO to TODO

This commit is contained in:
Kaj van Rijn
2024-11-22 15:34:52 +01:00
parent 6d425c04d4
commit 6072ad4450
5 changed files with 13 additions and 13 deletions

View File

@@ -328,7 +328,7 @@
},
"outputs": [],
"source": [
"# TO DO -- try to change the two thresholds so the overall probability of getting the loan is 0.6 for each group\n",
"# TODO -- try to change the two thresholds so the overall probability of getting the loan is 0.6 for each group\n",
"# Change the values in these lines\n",
"tau0 = 0.3\n",
"tau1 = -0.1\n",
@@ -393,7 +393,7 @@
},
"outputs": [],
"source": [
"# TO DO -- try to change the two thresholds so the true positive are 0.8 for each group\n",
"# TODO --try to change the two thresholds so the true positive are 0.8 for each group\n",
"# Change the values in these lines so that both points on the curves have a height of 0.8\n",
"tau0 = -0.1\n",
"tau1 = -0.7\n",