Why Extra-trees should only be used within ensemble methods?
I was reading scikit-learn documentation for Extremely Randomized Trees and I found this warning:
Warning: Extra-trees should only be used within ensemble methods.
Why is that?
Topic ensemble-learning ensemble-modeling decision-trees scikit-learn
Category Data Science