model_categorical_all
See also
Other categorical model wrappers:
model_categorical_elastic_net(),
model_categorical_glm(),
model_categorical_lasso(),
model_categorical_ridge(),
model_categorical_svm()
Examples
if (FALSE) { # \dontrun{
x <- iris[, c("Sepal.Length", "Sepal.Width", "Petal.Length", "Petal.Width")]
y <- iris$Species
model_categorical_all(x, y)
} # }