After getting a score from a Gradient Boosted Model, how could I get Feature Importance Scores?
Hello,
Gradient Boosted Trees does not provide information about feature importance. However you can use Tree Ensemble Learner that provide information about the first three splits. Or you can take a look at the component called Global Feature Importance, here is the example:
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.