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, path)[source]# Save this model to the given path. New in version 1.3.0.