Description
1, Extremely Randomized Trees or ExtraTrees is widely used and impled in Scikit-Learn and OpenCV;
2, ExtraTrees is quite similar to RandomForest, and the main difference lie in that,on each leaf, candidate splits (only one split in Scikit-Learn's impl) are drawn at random for each feature and the best of these randomly-chosen splits is selected.
Based on current impl of ensenble trees, it can be impled.
Attachments
Issue Links
- links to