smartcore icon indicating copy to clipboard operation
smartcore copied to clipboard

feature request: extra-trees classifier and regressor

Open NikZak opened this issue 3 years ago • 2 comments

This is an ensemble tree-based method similar to random forest but with more regularisation. In my experience, it works better than random forest

NikZak avatar Oct 05 '22 15:10 NikZak

Thanks, can you point out to an existing implementation? we try to follow API standards set by sklearn

Mec-iS avatar Oct 05 '22 15:10 Mec-iS

Both Extra-trees regressor and classifier are here https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_classes.py

NikZak avatar Oct 05 '22 15:10 NikZak