forgot to generate files for CART algorithm

This commit is contained in:
mhjensen
2019-11-24 22:47:35 +01:00
parent 703c79a4f1
commit 152d1b675e
8 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ The cost function it tries to minimize is then
C(k,t_k) = \frac{m_{\mathrm{left}}}{m}G_{\mathrm{left}}+ \frac{m_{\mathrm{right}}}{m}G_{\mathrm{right}},
\]
!et
where $G_{\mathrm{left\left}}$ measures the impurity of the left/right subset and $m_{\mathrm{left/right}}$
where $G_{\mathrm{left/right}}$ measures the impurity of the left/right subset and $m_{\mathrm{left/right}}$
is the number of instances in the left/right subset
Once it has successfully split the training set in two, it splits the subsets using the same logic, then the subsubsets