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