ML Pipeline APIs¶ DataFrame-based machine learning APIs to let users quickly assemble and configure practical machine learning pipelines. class pyspark.ml.Transformer¶ Abstract class for transformers that transform one dataset into another. copy(extra=None)¶ Creates a copy of this instance with the same uid and some extra params. The default implementation creates a shallow copy using copy.copy(),