lightgbm 的 importance_type 'split' 和 xgboost 的 importance_type 'weight` 一样吗?
Is the importance_type 'split' of lightgbm the same as the importance_type 'weight` in xgboost?
lightgbm的importance_type'split'和xgboost的importance_type'weight'一样吗?
也就是说,下面是一样的吗?
booster.feature_importance(importance_type = 'split') # for lightgbm
和
get_fscore(importance_type='weight') # for xgboost
lightgbm的importance_type'split'和xgboost的importance_type'weight'一样吗?
也就是说,下面是一样的吗?
booster.feature_importance(importance_type = 'split') # for lightgbm
和
get_fscore(importance_type='weight') # for xgboost