RandomForest之RandomForestRegressor参数详解以及调参

RandomForest之RandomForestRegressor参数详解以及调参

  • 一、参数、属性及方法
    • 1、参数
      • (1)n_estimators
      • (2)criterion
      • (3)max_depth
      • (4)min_samples_split
      • (5)min_samples_leaf
      • (6)min_weight_fraction_leaf
      • (7)max_features
      • (8)max_leaf_nodes
      • (9)min_impurity_split
      • (10)bootstrap
      • (11)oob_score

你可能感兴趣的:(机器学习算法的Python实现,python,机器学习,sklearn)