Description Usage Arguments Value Examples
returns the prediction output for a model_ This is supplied as input to the next model when used in a model_seq
1 | predicted(M)
|
M |
a model object |
The value returned varies depending on the output_
1 2 3 4 | M = example_model()
M = model_train(M, iris_DatasetExperiment())
M = model_predict(M, iris_DatasetExperiment())
predicted(M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.