ModelOriented / DALEX

moDel Agnostic Language for Exploration and eXplanation
https://dalex.drwhy.ai
GNU General Public License v3.0
1.38k stars 166 forks source link

Warnings when task i multilabel classification #128

Closed maksymiuks closed 4 years ago

maksymiuks commented 5 years ago

Add warning that explainer with default yhat will take only one column as significant

pbiecek commented 5 years ago

ok, let's check first which explainers handle multilabel classification

maksymiuks commented 4 years ago

So, model_residuals and model_performance don't work. In terms of feature_importance and funnel_plot, they will work if we provide accrodingly loss_function and score_function that handles multilabel classification. Rest is fine.

maksymiuks commented 4 years ago

I think it is done. Please check it out here https://github.com/ModelOriented/DALEX/blob/february_release/R/explain.R#L195-L197