tunable.nearest_neighbor_adaptive {tidydann} | R 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.
[Package tidydann version 1.0.0 Index]