View source: R/vetiver-model.R
A vetiver::vetiver_model()
object collects the information needed to
store, version, and deploy a trained model.
1 2 3 4 5 6 7 8 9 10 11 |
model |
A trained model created with |
model_name |
Model name or ID. |
board |
A pin board to store and version the |
... |
Other method-specific arguments passed to |
desc |
A text description of the model, most important for shared boards so that others can understand what the model is. If omitted, a brief description of the contents will be generated. |
metadata |
A list containing additional metadata to store with the pin.
When retrieving the pin, this will be stored in the |
save_ptype |
Should an input data prototype be stored with the model?
The options are |
versioned |
Should the model object be versioned? The default, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.