gsganden / model_inspector

A uniform interface to a curated set of methods for inspecting machine learning models
https://gsganden.github.io/model_inspector/
Apache License 2.0
4 stars 0 forks source link

Implement `plot_waterfall` for a multiclass model #18

Open gsganden opened 2 years ago

gsganden commented 2 years ago

plot_waterfall is currently available for linear regression and binary logistic regression models only. We could make it available for multiclass logistic regression models as well, breaking it out by target variable value like we do for show_model and plot_coefs_vs_hparam.