model_predict | R Documentation |
Apply a model using the input dataset. Assumes the model is trained first.
model_predict(M, D, ...)
M |
a model object |
D |
a dataset object |
... |
other optional inputs |
Returns a modified model object
M = example_model()
M = model_predict(M,iris_DatasetExperiment())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.