A Tree based feature selection tool which combines both the Boruta feature selection algorithm with shapley values.
590
stars
88
forks
source link
Error with lightgbm regressor and importance_measure = gini [BUG] #115
Open
tszyan-bain opened 1 year ago
Describe the bug
Checking the availability of
feature_importance_
whenimportance_measure="gini"
does not work for lightgbm regressor.To Reproduce
Steps to reproduce the behavior:
importance_measure = "gini"
feature_importance_
attribute is not set in the regressorExpected behavior
It should not raise an error.
Screenshots
Additional context
Workaround:
feature_importance_
attribute in the regressor