Open NikZak opened 2 years ago
Thanks, can you point out to an existing implementation? we try to follow API standards set by sklearn
Both Extra-trees regressor and classifier are here https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_classes.py
This is an ensemble tree-based method similar to random forest but with more regularisation. In my experience, it works better than random forest