Learn R Programming

fastml (version 0.7.7)

get_expanded_tune_params: Expanded Default Tuning Parameters

Description

Returns expanded tuning parameter ranges that provide better coverage than the minimal defaults. These are used when tuning_complexity is set to "thorough" or "exhaustive".

Usage

get_expanded_tune_params(algo, train_data, label, engine)

Value

A list of expanded tuning parameter ranges.

Arguments

algo

Algorithm name.

train_data

Training data frame.

label

Outcome variable name.

engine

Engine name.