Skip to content

Commit

Permalink
Fixed typo (#675)
Browse files Browse the repository at this point in the history
Closes #673
  • Loading branch information
aswanipranjal authored and norvig committed Dec 29, 2017
1 parent dc4e2fc commit 69eb1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning.ipynb
Expand Up @@ -979,7 +979,7 @@
"\n",
"$$I_G(p) = \\sum{p_i(1 - p_i)} = 1 - \\sum{p_i^2}$$\n",
"\n",
"We select split which minimizes the Gini impurity in childre nodes.\n",
"We select a split which minimizes the Gini impurity in child nodes.\n",
"\n",
"#### Information Gain\n",
"Information gain is based on the concept of entropy from information theory. Entropy is defined as:\n",
Expand Down

0 comments on commit 69eb1d6

Please sign in to comment.