- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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"
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Feature importance in decision tree
Thank you, this is exactly what I need.