标签: python-3.x random-forest pruning
我想在不修剪树木的情况下训练RF,所以它实际上过拟合了。我该怎么办?
我尝试更改max_depth参数,但这不能避免修剪。我还尝试通过整合几个RandomDecisionTrees来手工制作RF,但是我有同样的问题。