forgot to generate files for CART algorithm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user