Learn R Programming

fastml (version 0.7.7)

get_parsnip_default_params: Get Parsnip Default Parameters for an Algorithm

Description

Returns the default parameter values that parsnip would use for a given algorithm and engine combination.

Usage

get_parsnip_default_params(algo, engine = NULL, task = NULL)

Value

A named list of default parameter values, or NULL if unknown.

Arguments

algo

Character string specifying the algorithm name.

engine

Character string specifying the engine.

task

Character string specifying the task type.

Details

These defaults are based on parsnip's internal defaults and the underlying engine defaults. They may differ from fastml's optimized defaults which are tuned for better out-of-box performance.