tunable.nearest_neighbor_adaptive: Declare tunable parameters

View source: R/tunable.R

tunable.nearest_neighbor_adaptiveR Documentation

Declare tunable parameters

Description

Returns information on potential hyper-parameters that can be optimized.

Usage

## S3 method for class 'nearest_neighbor_adaptive'
tunable(x, ...)

Arguments

x

A model specification of type nearest_neighbor_adaptive specification.

...

Other arguments passed to methods.

Value

A tibble with a column for the parameter name, information on the default method for generating a corresponding parameter object, the source of the parameter (e.g. "recipe", etc.), and the component within the source.


tidydann documentation built on April 13, 2025, 1:08 a.m.