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

[WIP] Fixed two bugs: problems pseudo R squared and extraction of distribution info from explainer #157

Merged
merged 5 commits into from Jun 11, 2019

Conversation

pkopper
Copy link
Contributor

@pkopper pkopper commented Jun 5, 2019

Fix is outlined in #156.
Initially another bug was fixed which however resulted in tests to fail.

…g: instead of R2 1-R2 was computed and used as model selection criterion. This affects all calls of explain() with n_features = 1. 2) For bin continuous = FALSE it got obvious that the extraction from explainer does not work. Note that previously an error was only thrown if: bin_continous = FALSE and use_density = TRUE. Additionally, I tried where I worked to limit the characters per row to improve readibility when debugging. Fix number one is crucial, fix number two only affects non-standard use of the package.
@pkopper pkopper mentioned this pull request Jun 5, 2019
@pkopper pkopper changed the title Fixed two bugs: problems pseudo R squared and extraction of distribution info from explainer [WIP] Fixed two bugs: problems pseudo R squared and extraction of distribution info from explainer Jun 7, 2019
@thomasp85 thomasp85 merged commit e1ef192 into thomasp85:master Jun 11, 2019
@thomasp85
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants