ModelOriented / iBreakDown

Break Down with interactions for local explanations (SHAP, BreakDown, iBreakDown)
https://ModelOriented.github.io/iBreakDown/
GNU General Public License v3.0
81 stars 15 forks source link

Enhancement of label-functionality #37

Closed GerardMeester closed 4 years ago

GerardMeester commented 5 years ago

It would be nice if the plot function of iBreakdown would have 2 extra arguments:

1) One argument to add a subtitle, which can be used for a case-specific label (for example the identification and name of the case). Instead of having to override the model-label.

2) An argument to specifiy user-friendly variable labels, which than can be used in the breakdown plot instead of the technical variable-names used in the model. This is especially useful in the communication with end-users about the explanation of the prediction (which is one of the goals of explaining models).

pbiecek commented 4 years ago

fixed in b2e96a0