model-diagnostics
model-diagnostics copied to clipboard
Partial Dependence
compute_partial_dependence and plot_partial_dependence
#162 implemented partial dependece. So compute_partial_dependence is more about making it public. The plotting needs a bit of code though.
Under which module should it be placed? A new one like model_diagnostics.explanation?
Indeed! Or model_diagnostics.explain?