Description Usage Arguments Value Note See Also Examples
Load a fitted MLlib model from the input path.
1 | read_ml(path)
|
path |
path of the model to read. |
A fitted MLlib model.
read_ml since 2.0.0
write_ml
1 2 3 4 5 | ## Not run:
path <- "path/to/model"
model <- read_ml(path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.