Print feature importance in percentage for LGBM in Python

前端 未结 0 399
心在旅途
心在旅途 2020-11-27 14:14

I fit the basic LGBM model in Python.

# Create an instance
LGBM = LGBMRegressor(random_state = 123, importance_type = \'gain\') # `split` can be also selected         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题