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

R: subtitle for model_parts is centering #196

Closed kozaka93 closed 4 years ago

kozaka93 commented 4 years ago

Subtitle for model_parts is centering

library(DALEX)

no <- titanic_imputed[1,]

m1 <- glm(survived~. , data = titanic_imputed)
e1 <- explain(m1, titanic_imputed, titanic_imputed$survived, label = "glm")
fi <- model_parts(e1)

plot(fi)

obraz

Thanks

pbiecek commented 4 years ago

thanks, it's a problem with ingredients:::plot.feature_importance_explainer which overrides the theme(plot.subtitle)

pbiecek commented 4 years ago

Thanks

fixed in https://github.com/ModelOriented/ingredients/commit/5108a1050a6d7cafbfe2c2c11a61787ea0c55524