Update 21_1_Bias_Mitigation.ipynb

This commit is contained in:
udlbook
2023-12-20 15:26:48 -05:00
committed by GitHub
parent a71283e322
commit ec40d10ecd

View File

@@ -71,7 +71,7 @@
"cell_type": "code",
"source": [
"# Class that can describe interesting curve shapes based on the input parameters\n",
"# Details dont' matter\n",
"# Details don't matter\n",
"class FreqCurve:\n",
" def __init__(self, weight, mean1, mean2, sigma1, sigma2, prop):\n",
" self.mean1 = mean1\n",