cran / DALEX

:exclamation: This is a read-only mirror of the CRAN R package repository. DALEX — moDel Agnostic Language for Exploration and eXplanation. Homepage: https://modeloriented.github.io/DALEX/, https://dalex.drwhy.ai Report bugs for this package: https://github.com/ModelOriented/DALEX/issues
0 stars 1 forks source link

Function "variable_dropout" not found #2

Open dataqueen4 opened 3 years ago

dataqueen4 commented 3 years ago

require(DALEX)

Get the variable importances

varimps <- variable_dropout(explainer_rf, type = "raw") Error in variable_dropout(explainer_rf, type = "raw") : no se pudo encontrar la función "variable_dropout"

gaborcsardi commented 3 years ago

Hi, this is a read only mirror of CRAN, please see the authors and possibly URLs in the DESCRIPTION file. Thanks!