cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
asviridov0
Level I

Feature importance in decision tree

I wonder if it is possible to get feature importance in decision tree. It looks like scikit-learn offers this capability.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Feature importance in decision tree

I am not sure if this is exactly what you are looking for, but you can find the most important factors under the red hot spot "Column Contributions"

View solution in original post

2 REPLIES 2

Re: Feature importance in decision tree

I am not sure if this is exactly what you are looking for, but you can find the most important factors under the red hot spot "Column Contributions"

asviridov0
Level I

Re: Feature importance in decision tree

Thank you, this is exactly what I need.