lightgbm 相关参数
主要参数
boosting type,对应的参数名为: boosting_type, boost:
a. gbdt [default]
b. gbrt
c. rf
d. random_forest
e. dart
f. gossnum_iterations, alias: num_iteration, n_iter, num_tree, num_round, num_rounds, num_boost_round. 默认100
- learning_rate, 默认:0.1, alias: shrinkage_rate,eta
- num_leaves, 默认:31, alias: num_leaf, max_leaves, max_leaf
tree_learner, 默认: serial, alias: tree, tree_type, tree_learner_type
a. serail
b. feature, alias: feature_parallel
c. data, alias: data_parallel
d. voting, alias: voting_parallelmax_depth
- min_data_inf_leaf
- min_sum_hessian_in_leaf
- bagging_fraction
- bagging_freq
- begging_seed
- feature_fraction
- feature_fraction_seed
- early_stopping_round
- max_delta_step