了解CART和Sklearn的DecisionTreeClassifier之间的区别。
在Sklearn的documentation中,它表示“ scikit-learn使用了CART算法的优化版本”。但是,我找不到任何地方可以进行此优化!
如果您能帮助我弄清楚这里发生了什么样的优化以及两者之间的区别,那就太好了。
答案 0 :(得分:0)
看着source,他们引用
.. [2] L. Breiman, J. Friedman, R. Olshen, and C. Stone, "Classification
and Regression Trees", Wadsworth, Belmont, CA, 1984.
.. [3] T. Hastie, R. Tibshirani and J. Friedman. "Elements of Statistical
Learning", Springer, 2009.
.. [4] L. Breiman, and A. Cutler, "Random Forests",
https://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm