# You must have "DALEX" library to use this auxiliary function:
if (FALSE) {
# Having an "explainer" object created with \code{h2o_explainer}:
# For numerical variables
dalex_variable(explainer, vars = c("Age", "Fare"))
# For categorical variables
dalex_variable(explainer, vars = c("Pclass", "Sex"))
}
Run the code above in your browser using DataLab