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

How to interpret the result of explain_perf function? #6

Closed
vinhqdang opened this issue May 16, 2019 · 2 comments
Closed

How to interpret the result of explain_perf function? #6

vinhqdang opened this issue May 16, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@vinhqdang
Copy link

Hi all

I am running the notebook:

https://github.com/microsoft/interpret/blob/master/examples/notebooks/Explaining%20Blackbox%20Regressors.ipynb

The result of explain_perf function:

image

How could I interpret the result, i.e. what are the x-axis and y-axis of the graph?

Many thanks

@interpret-ml
Copy link
Collaborator

Hi Vinh,

The graph is showing a histogram of residuals -- the real value minus the predicted value -- across the dataset. So the x-axis is the ranges of the residuals, and the y-axis is a count of how many instances fell into each bucket. The metrics in the title are more standard performance metrics (rmse is the root mean squared error, and R2 is the coefficient of determination).

Not including x-axis and y-axis titles in this graph was an oversight on our part. Thanks for reporting this -- we'll fix it in the next update!

@interpret-ml
Copy link
Collaborator

Should be fixed in the latest release today (v0.1.1). Let us know if you have further issues, thanks!

@interpret-ml interpret-ml added the enhancement New feature or request label Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants