From d59fbe14a6ffc023f6a38c51f30e4070f4babaf8 Mon Sep 17 00:00:00 2001 From: Pranjal Aswani Date: Mon, 25 Dec 2017 16:35:25 +0530 Subject: [PATCH] Fixed typo Closes #673 --- learning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning.ipynb b/learning.ipynb index 87236282d..86c84e475 100644 --- a/learning.ipynb +++ b/learning.ipynb @@ -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",