Loads an MLflow model. MLflow models can have multiple model flavors. Not all flavors / models can be loaded in R. This method by default searches for a flavor supported by R/MLflow.
1 | load_model(model_uri, flavor = NULL, client = mlflow_client())
|
model_uri |
The URI to the model to load. |
flavor |
Optional flavor specification (string). Can be used to load a particular flavor in case there are multiple flavors available. |
client |
An MLFlow client. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.