pyspark.mllib.util.
Loader
Mixin for classes which can load saved models from files.
New in version 1.3.0.
Methods
load(sc, path)
load
Load a model from the given path.
Methods Documentation
Load a model from the given path. The model should have been saved using Saveable.save().
Saveable.save()
pyspark.SparkContext
Spark context used for loading model files.
Path specifying the directory to which the model was saved.
model instance