parameters.workflow {tune}R Documentation

Determination of parameter sets for other objects

Description

[Deprecated]

These methods have been deprecated in favor of extract_parameter_set_dials().

Usage

## S3 method for class 'workflow'
parameters(x, ...)

## S3 method for class 'model_spec'
parameters(x, ...)

## S3 method for class 'recipe'
parameters(x, ...)

Arguments

x

An object

...

Not currently used.

Value

A parameter set object


[Package tune version 1.3.0 Index]