powered by
a small (36 rows) dataset extracted from iris with a binary 0/1 outcome OUT response variable
OUT
example_iris36()
the example as a named list with:
params: the model parameters
data: the data to fit as a data frame
model <- fuzzycoco("classification", example_iris36()$params, seed = 123) fit <- fit(model, OUT ~ ., example_iris36()$data, max_generations = 20, progress = FALSE)
Run the code above in your browser using DataLab