Compares the default engine and parameter choices between fastml and parsnip for a given algorithm.
compare_defaults(algo, task, fastml_engine, fastml_params = NULL)A list with components:
Logical indicating if engines differ.
The fastml default engine.
The parsnip default engine.
Named list of parameters that differ.
Character string specifying the algorithm name.
Character string specifying the task type.
Character string of the fastml default engine.
List of fastml default parameters.