Description Usage Arguments Value Examples
Trains a model using the input dataset
1 | model_train(M, D)
|
M |
a model object |
D |
a dataset object |
Returns a modified model object
1 2 | M = example_model()
M = model_train(M,iris_DatasetExperiment())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.