Replies: 1 comment 3 replies
-
If LGBM supports it, you should be able to also get it through FLAML's LGBM if configured properly.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello FLAML team,
I tried getting feature importance through FLAML like what's said here: https://microsoft.github.io/FLAML/docs/FAQ/
But when using model like LGBM, the importance is using the count of splits. I want to check the feature importance through the "gain". Is that possible to get it through FLAML?
I have also tried to set
save_feature_importance_type=1
as what's shown here: https://lightgbm.readthedocs.io/en/latest/Parameters.html#saved_feature_importance_type, but when calling FLAML's estimator's feature_importance_, it's still using split counts....Any suggestion? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions