Learn R Programming

fastml (version 0.7.7)

print_default_differences: Print Default Differences Table

Description

Prints a formatted table showing differences between fastml and parsnip defaults for the specified task type.

Usage

print_default_differences(task = "classification", algorithms = NULL)

Value

Invisibly returns the differences data frame.

Arguments

task

Task type ("classification", "regression", or "survival").

algorithms

Optional character vector of algorithms to check. If NULL, checks all available algorithms for the task.