ExtraTrees之ExtraTreesRegressor参数详解以及调参

ExtraTrees之ExtraTreesRegressor参数详解以及调参

  • 一、参数、属性及方法
    • 1、参数
      • n_estimators
      • criterion
      • max_depth
      • min_samples_split
      • min_samples_leaf
      • max_features
      • max_leaf_nodes
      • min_impurity_decrease
      • bootstrap
      • oob_score
      • n_jobs
      • random_state
      • verbose
      • warm_start
      • ccp_alpha
      • max_samples
    • <

你可能感兴趣的:(机器学习算法的Python实现,机器学习,数据挖掘)