In the gradient-boosted trees algorithm, we iterate the following:We train a tree on the errors made at the previous iterationWe add the tree to the ensemble, and we predict with the new modelWe compute the errors made for this iteration.
コメント