Description Usage Arguments Value Examples
Apply a model using the input dataset_ Assumes the model is trained first.
1 | model_predict(M, D)
|
M |
a model object |
D |
a dataset object |
Returns a modified model object
1 2 | 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.