as.MLModel | R Documentation |
Function to coerce an object to MLModel
.
as.MLModel(x, ...)
## S3 method for class 'MLModelFit'
as.MLModel(x, ...)
## S3 method for class 'ModelSpecification'
as.MLModel(x, ...)
## S3 method for class 'model_spec'
as.MLModel(x, ...)
x |
model fit result, MachineShop model specification, or parsnip model specification. |
... |
arguments passed to other methods. |
MLModel
class object.
ParsnipModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.