set_engine.cluster_spec | R Documentation |
Change engine of a cluster specification
## S3 method for class 'cluster_spec'
set_engine(object, engine, ...)
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 |
An updated cluster_spec
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.