JavaSaveable

class pyspark.mllib.util.JavaSaveable

Mixin for models that provide save() through their Scala implementation.

Methods

save(sc, path)

Save this model to the given path.

Methods Documentation

save(sc: pyspark.context.SparkContext, path: str) → None

Save this model to the given path.