Learn R Programming

fastml (version 0.2.0)

define_decision_tree_spec: Define Decision Tree Model Specification

Description

Define Decision Tree Model Specification

Usage

define_decision_tree_spec(task, tune = FALSE)

Value

List containing the model specification (`model_spec`).

Arguments

task

Character string specifying the task type: "classification" or "regression".

tune

Logical indicating whether to use tuning parameters.