pyspark.ml.util.
MLWritable
Mixin for ML instances that provide MLWriter.
MLWriter
New in version 2.0.0.
Methods
save(path)
save
Save this ML instance to the given path, a shortcut of ‘write().save(path)’.
write()
write
Returns an MLWriter instance for this ML instance.
Methods Documentation