天天看點

ML之LGBMRegressor(Competition):2018年全國大學生計算機技能應用大賽《住房月租金預測大資料賽》——設計思路以及核心代碼(二)

2、總思路

ML之LGBMRegressor(Competition):2018年全國大學生計算機技能應用大賽《住房月租金預測大資料賽》——設計思路以及核心代碼(二)
ML之LGBMRegressor(Competition):2018年全國大學生計算機技能應用大賽《住房月租金預測大資料賽》——設計思路以及核心代碼(二)

核心代碼

代碼運作輸出

[LightGBM] [Warning] feature_fraction is set=0.6, colsample_bytree=1.0 will be ignored. Current value: feature_fraction=0.6

[LightGBM] [Warning] min_data_in_leaf is set=18, min_child_samples=20 will be ignored. Current value: min_data_in_leaf=18

[LightGBM] [Warning] min_sum_hessian_in_leaf is set=0.001, min_child_weight=0.001 will be ignored. Current value: min_sum_hessian_in_leaf=0.001

[LightGBM] [Warning] bagging_fraction is set=0.7, subsample=1.0 will be ignored. Current value: bagging_fraction=0.7

繼續閱讀