Learn R Programming

FastKRR (version 0.1.2)

tunable.krr_reg: Expose tunable parameters for "krr_reg"

Description

Supplies a tibble of tunable arguments for "krr_reg()".

Usage

# S3 method for krr_reg
tunable(x, ...)

Value

A tibble (one row per tunable parameter) with columns "name", "call_info", "source",

"component", and "component_id".

Arguments

x

A "krr_reg" model specification.

...

Not used; included for S3 method compatibility.