Learn R Programming

fastml (version 0.2.0)

define_pls_spec: Define Partial Least Squares Model Specification

Description

Define Partial Least Squares Model Specification

Usage

define_pls_spec(task, tune = FALSE)

Value

List containing the model specification (`model_spec`).

Arguments

task

Character string specifying the task type ("regression").

tune

Logical indicating whether to use tuning parameters.