Extra Trees Regression System

From GM-RKB
Jump to navigation Jump to search

An Extra Trees Regression System is a Extra Trees Learning System that implements an Extra Trees Regression Algorithm to solve a Extra Trees Regression Task.



References

2017

  • (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Random_forest#ExtraTrees Retrieved:2017-11-5.
    • Adding one further step of randomization yields extremely randomized trees, or ExtraTrees. These are trained using bagging and the random subspace method, like in an ordinary random forest, but additionally the top-down splitting in the tree learner is randomized. Instead of computing the locally optimal feature/split combination (based on, e.g., information gain or the Gini impurity), for each feature under consideration, a random value is selected for the split. This value is selected from the feature's empirical range (in the tree's training set, i.e., the bootstrap sample).