read_ml: Load a fitted MLlib model from the input path.

Description Usage Arguments Value Note See Also Examples

View source: R/mllib_utils.R

Description

Load a fitted MLlib model from the input path.

Usage

1
read_ml(path)

Arguments

path

path of the model to read.

Value

A fitted MLlib model.

Note

read_ml since 2.0.0

See Also

write_ml

Examples

1
2
3
4
5
## Not run: 
path <- "path/to/model"
model <- read_ml(path)

## End(Not run)

danzafar/tidyspark documentation built on Sept. 30, 2020, 12:19 p.m.