It should not be exported, it only is because of parsnip internal implementation
fuzzy_coco_parsnip_wrapper(
formula,
data,
object = NULL,
internal_model = NULL,
engine = NULL,
fit = NULL,
df = NULL,
pred = FALSE,
type = NULL,
...
)either a prediction (cf predict()), a fit (cf fit()) or the prediction probabilities
as a named numeric vector
the fuzzy coco model as a formula
the data to fit as a data frame. The output variables must be grouped AFTER the input variables
no comment
the fuzzy coco fit engine to use, one of rcpp and hybrid