org.apache.spark.mllib.regression
Load a model from the given path.
Load a model from the given path.
The model should have been saved by Saveable.save
.
Spark context used for loading model files.
Path specifying the directory to which the model was saved.
Model instance