Change engine of a cluster specification
Usage
# S3 method for 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.