ExtraTrees model.
This CL introduces the ExtraTrees model, as a replacement for RandomForest. This allows us to skip bagging during training, and perform simpler feature splits when constructing the trees. This also renames the RandomForest model to VotingEnsemble, since it is used by ExtraTrees as well as RandomForest, and isn't really specific to RF at all. Change-Id: I91647ef374a7889fabcbf57d902651e8373438cc Reviewed-on: https://chromium-review.googlesource.com/c/1389016Reviewed-by:Dan Sanders <sandersd@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#619489}
Showing
Please register or sign in to comment