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

Wish: model_profile with individual y scale (python) #469

Closed
mayer79 opened this issue Oct 16, 2021 · 2 comments
Closed

Wish: model_profile with individual y scale (python) #469

mayer79 opened this issue Oct 16, 2021 · 2 comments
Labels
feature 💡 New feature or enhancement request Python 🐍 Related to Python

Comments

@mayer79
Copy link

mayer79 commented Oct 16, 2021

I am using dalex for Python. It works well, thanks a lot!

Currently, plotting partial dependence profiles with model_profile of multiple features will use the same y-scale across all features. This is often a good idea. However, it would be nice to have an option fixed_y=True that could be used to override this behaviour.

This is an example with three plots with features of different magnitude of importance.

image

@hbaniecki hbaniecki added feature 💡 New feature or enhancement request Python 🐍 Related to Python labels Oct 17, 2021
@hbaniecki
Copy link
Member

hbaniecki commented Oct 17, 2021

Thanks for the feedback Michael! I will try to add such an option soon.

hbaniecki added a commit that referenced this issue Nov 7, 2021
@hbaniecki
Copy link
Member

added facet_scales="free" like for R in #468 and ModelOriented/ingredients#140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 💡 New feature or enhancement request Python 🐍 Related to Python
Projects
None yet
Development

No branches or pull requests

2 participants