You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you a lot for the great package.
I would like to compare multiple models based on their dependence plots. How can I get all the data points of a variable and re-plot it using matplotlib, for example?
I tried to find this option in the list of attributes of global_explanation = explainer.explain_global(x_test), but I think it isn’t implemented.
Thank you for your help !
The text was updated successfully, but these errors were encountered:
Hi,
Thank you a lot for the great package.
I would like to compare multiple models based on their dependence plots. How can I get all the data points of a variable and re-plot it using matplotlib, for example?
I tried to find this option in the list of attributes of
global_explanation = explainer.explain_global(x_test)
, but I think it isn’t implemented.Thank you for your help !
The text was updated successfully, but these errors were encountered: