Engine Details

Engines may have pre-set default arguments when executing the model fit call. For this type of model, the template of the fit calls are below:

parsnip

null_model() %>% 
  set_engine("parsnip") %>% 
  set_mode("regression") %>% 
  translate()
null_model() %>% 
  set_engine("parsnip") %>% 
  set_mode("classification") %>% 
  translate()


tidymodels/parsnip documentation built on April 12, 2024, 2:14 a.m.