Change engine of a cluster specification
# S3 method for cluster_spec
set_engine(object, engine, ...)
An updated cluster_spec
object.
A model specification.
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()
.