-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Feature Importance with ML.NET #599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently it's a bit of a chore to extract the summary post-training, but it's definitely possible.
In addition to this artifact of training, we are also planning to enable some more 'explainability' features: namely:
These features await their porting to ML.NET, and @GalOshri would like to know how much value would you put in them. |
Hi @Zruty0 , thank you for answering the first point. I'm working on it. Could you please give me any hint on the second point (what is the best way to implement a method similar to DecisionTreeClassifier.decision_path with ML.NET?) |
+1 for adding permutation feature importance and per-example feature gains to ML.NET. That is something we would need. |
@GalOshri , could you please consolidate all the requests for feature importance in one issue, and close the others? |
@Zruty0 I looked through some of the explainability issues and will close some of the duplicates but others are worth keeping open for more open-ended discussion. This issue refers to specific components that need to be moved to ML.NET (permutation feature importance and per-example feature gains). Can we try to schedule this for 0.8? |
closing this as we shipped this functionality in 0.8, feel free to reopen if still not completely addressed. |
Dear ML.NET team and community members,
I'm so excited about ML.NET. It helps me easily integrate ML capabilities in a C# projects.
But as evolving project it lacks documentation and code examples. Therefore I'd like to ask the following question.
My current project requires not only prediction but reasoning behind it as well. I tried my approach with decision trees in Python/Sklearn and have proved my PoC. Now I'm going to implement the same approach with ML.NET and I'd like to know:
The text was updated successfully, but these errors were encountered: