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 !