-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
DALEX::plot.model_performance() rejects list of model_performance objects #424
Comments
@agilebean please try 6751ac9 |
@pbiecek thanks so much for the commit so fast. I tried it out now but unfortunately get this error:
However, I finally create a reprex:
If |
Thank you, Let me know if there are any issues with this fix |
@pbiecek thanks, i tested the hotfix.
However, |
sorry for this, |
@pbiecek
really nice work! |
The
DALEX::plot.model_performance()
has an extremely useful option that plots several model_performance objects as described in the book Explanatory Model Analysis:plot(mr_lm, mr_rf, geom = "histogram")
This is extremely useful.
shows
However, the plot function rejects a list of model objects:
The documentation for
DALEX::plot.model_performance
says about the input:x a model to be explained
Big question:
Is it somehow possible to input a list of model_performance objects to plot()?
Either by extending
DALEX::plot.model_performance
, or by transforming the list of model_performance objects somehow?As the model_performance objects are mostly assembled in a list,
would be very useful for lots of use cases!
The text was updated successfully, but these errors were encountered: