powered by
an example dataset based on iris with a binary categorical (non-factor) response
example_iris_binary_categorical()
the example as a named list with:
params: the model parameters
data: the data to fit as a data frame
model <- fuzzycoco("classification", example_iris_binary_categorical()$params) fit <- fit(model, Species ~ ., example_iris_binary_categorical()$data, max_generations = 20, progress = FALSE)
Run the code above in your browser using DataLab