pyspark.mllib.util.
Saveable
Mixin for models and transformers which may be saved as files.
New in version 1.3.0.
Methods
save(sc, path)
save
Save this model to the given path.
Methods Documentation
human-readable (JSON) model metadata to path/metadata/
Parquet formatted data to path/data/
The model may be loaded using Loader.load().
Loader.load()
pyspark.SparkContext
Spark context used to save model data.
Path specifying the directory in which to save this model. If the directory already exists, this method throws an exception.