Returns the default engine that parsnip would use for a given algorithm, allowing comparison with fastml's optimized defaults.
get_parsnip_default_engine(algo, task = NULL)Character string of the parsnip default engine, or NULL if unknown.
Character string specifying the algorithm name.
Character string specifying the task type ("classification", "regression", or "survival").
This function documents parsnip's default engine choices as of tidymodels 1.x. These may change with future parsnip versions.