pyspark.ml.util.
MLReadable
Mixin for instances that provide MLReader.
MLReader
New in version 2.0.0.
Methods
load(path)
load
Reads an ML instance from the input path, a shortcut of read().load(path).
read()
read
Returns an MLReader instance for this class.
Methods Documentation