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 hide partial dependence plots? #41

Closed
raybellwaves opened this issue Dec 8, 2020 · 3 comments
Closed

how to hide partial dependence plots? #41

raybellwaves opened this issue Dec 8, 2020 · 3 comments

Comments

@raybellwaves
Copy link
Contributor

AFAIK the key hide_pdp should hide the pdp plot (from all components?)

When running

db = ExplainerDashboard(
    explainer,
    hide_pdp=True,
)

It doesn't seem to remove the pdp plots from any tabs (Individual Predictions, What if...)

@oegedijk
Copy link
Owner

oegedijk commented Dec 8, 2020

Ah, right now it's not possible yet to hide entire components from the dashboard. My idea was that when you really want to customize which components to show, you can simply build your own custom layout. But actually it should be possible to add some flags for that as well for the default dashboard...

Let me have a look...

@oegedijk
Copy link
Owner

oegedijk commented Dec 9, 2020

done! Will be in next release...

@oegedijk oegedijk closed this as completed Dec 9, 2020
@oegedijk
Copy link
Owner

hide_pdp=True now works!

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