How to tune parameters in Random Forest, using Scikit Learn?

前端 未结 4 2052
滥情空心
滥情空心 2020-12-23 09:47
class sklearn.ensemble.RandomForestClassifier(n_estimators=10,
                                              criterion=\'gini\', 
                                            


        
4条回答
  •  感情败类
    2020-12-23 10:06

    This wonderful article has a detailed explanation of tunable parameters, how to track performance vs speed trade-off, some practical tips, and how to perform grid-search.

提交回复
热议问题