[ Web Proxy ]
URL:
Viewing: https://spark.apache.org/docs/latest/api/python/reference/api/pyspark.mllib.util.JavaSaveable.html [Back]  [Original]

JavaSaveable — PySpark 4.2.0 documentation Skip to main content
Search the docs ...:

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.


Web Proxy Viewer  |  New URL  |  Original Page