Skip to content
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

explain_weights under cross validation #198

Open
jnothman opened this issue May 17, 2017 · 4 comments
Open

explain_weights under cross validation #198

jnothman opened this issue May 17, 2017 · 4 comments

Comments

@jnothman
Copy link
Contributor

I think it would be useful to have a tool which identified the most important features for a series of models trained on different data subsets. This is hard when feature extraction on transformation occurs as it is no longer easy to identify which features are involved in a big way. But in the simple case of a series of feature_importances_ or coef_s, we should have a tool to combine them in one or a few ways and report overall importance.

@kmike
Copy link
Contributor

kmike commented May 18, 2017

A built-in way to aggregare Explanation objects sounds like a good idea. I'm not sure I like the idea of providing cross-validation utilities in eli5 though. How do you see this feature, would a function to get a single Explanation from multiple Explanations work for you?

I guess DataFrame support (#196) could also make the problem a bit easier.

@jnothman
Copy link
Contributor Author

jnothman commented May 18, 2017 via email

@jnothman
Copy link
Contributor Author

jnothman commented May 18, 2017 via email

@rth
Copy link

rth commented Feb 7, 2019

Visualizing the coefficients obtained in a cross-validation to evaluate their stability as done is http://gael-varoquaux.info/interpreting_ml_tuto/content/02_why/01_interpreting_linear_models.html#stability-to-gauge-significance could also be quite useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants