ModelOriented / ingredients

Effects and Importances of Model Ingredients
https://modeloriented.github.io/ingredients/
GNU General Public License v3.0
37 stars 18 forks source link

Automated variable grouping in Variable Importance #109

Closed hbaniecki closed 4 years ago

hbaniecki commented 4 years ago

Export group_variables function and promote the explainer %>% group_variables %>% variable_importance pipeline to deal with correlated variables.

hbaniecki commented 4 years ago

Additionally: use group_variables to color these groups on the 'not grouped' variable importance plot.

pbiecek commented 4 years ago

the group_variables will be moved to https://github.com/kasiapekala/aspectImportance/ (which will be named triplot).

Let's move this issue to aspectImportance package

hbaniecki commented 4 years ago

I wanted to add group_variables to this package as well (it's not complicated). The problem is that it only works for numerical variables, so it would be hard to plug into variable_importance for now.

hbaniecki commented 4 years ago

I guess that it will be a part of triplot package.