evaluate | R Documentation |
Evaluate model.
evaluate(url, name, parameters, config = jsonlite::fromJSON("{}"))
url |
URL the model is running at. |
name |
Name of the desired model. |
parameters |
Model input parameter (a list of vectors). |
config |
Model-specific configuration options. |
The model output (a list of vectors).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.