Skip to content

Commit 69eb1d6

Browse files
aswanipranjalnorvig
authored andcommitted
Fixed typo (aimacode#675)
Closes aimacode#673
1 parent dc4e2fc commit 69eb1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@
979979
"\n",
980980
"$$I_G(p) = \\sum{p_i(1 - p_i)} = 1 - \\sum{p_i^2}$$\n",
981981
"\n",
982-
"We select split which minimizes the Gini impurity in childre nodes.\n",
982+
"We select a split which minimizes the Gini impurity in child nodes.\n",
983983
"\n",
984984
"#### Information Gain\n",
985985
"Information gain is based on the concept of entropy from information theory. Entropy is defined as:\n",

0 commit comments

Comments
 (0)