JavaSaveable

class pyspark.mllib.util.JavaSaveable[source]

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

New in version 1.3.0.

Methods

save(sc, path)

Save this model to the given path.

Methods Documentation

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

Save this model to the given path.

New in version 1.3.0.