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

Discretization of continuous features for explanations #207

Open
NMRobert opened this issue May 23, 2017 · 1 comment
Open

Discretization of continuous features for explanations #207

NMRobert opened this issue May 23, 2017 · 1 comment

Comments

@NMRobert
Copy link

Hi,

What are the challenges involved in implementing discretization for cts features such that we can estimate the probability of a classifier returning a particular class conditioned on the cts feature(s) taking on particular ranges of values? I believe that something similar to this exists for LIME. In the Titanic xgboost example, this would mean that instead of finding out that for example 'Age' is an influential variable with no further context, we might determine that Age in the first quartile of ages (ie: maybe (0,15)) has a large positive effect on being saved, and being in the last quartile has a large negative effect, etc. Currently it seems (although I may be wrong) that the explanations mostly only apply to categorical features. Cheers!

@kmike
Copy link
Contributor

kmike commented Jun 29, 2017

Yeah, that would be a nice addition.

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

2 participants