Closed hbaniecki closed 1 year ago
I agree this is useful functionality. I'm just wondering how to show this information in one plot.
Do you think one column per model would be a good way to show it? and then different variables in rows?
Perhaps, the most popular use cases consider 1-2-4 variables and 1-2-3 models.
plot.model_profile
in DALEX/ingredients uses thecolor
parameter to choose a dimension for plot splitting, e.g. by the model (label). This allows for comparing two models in one plot.It would be nice to have similar functionality in
survex
Firstly, at this moment the above code should return an error
The idea is to add some
facet
parameter, which by default is set tovariables
but can be changed to_label_
etc.Mockup:
Using: