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,
  ...
)

Arguments

formula

the fuzzy coco model as a formula

data

the data to fit as a data frame. The output variables must be grouped AFTER the input variables

object, internal_model, fit, df, pred, type, ...

no comment

engine

the fuzzy coco fit engine to use, one of rcpp and hybrid