set_engine.cluster_spec: Change engine of a cluster specification

View source: R/engines.R

set_engine.cluster_specR Documentation

Change engine of a cluster specification

Description

Change engine of a cluster specification

Usage

## S3 method for class 'cluster_spec'
set_engine(object, engine, ...)

Arguments

object

A model specification.

engine

A character string for the software that should be used to fit the model. This is highly dependent on the type of model (e.g. linear regression, random forest, etc.).

...

Any optional arguments associated with the chosen computational engine. These are captured as quosures and can be tuned with tune().

Value

An updated cluster_spec object.


tidyclust documentation built on Sept. 26, 2023, 1:08 a.m.