We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4e2fc commit 69eb1d6Copy full SHA for 69eb1d6
learning.ipynb
@@ -979,7 +979,7 @@
979
"\n",
980
"$$I_G(p) = \\sum{p_i(1 - p_i)} = 1 - \\sum{p_i^2}$$\n",
981
982
- "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",
983
984
"#### Information Gain\n",
985
"Information gain is based on the concept of entropy from information theory. Entropy is defined as:\n",
0 commit comments