Hi all, I am trying to save a trained ML pipeline model with pyspark 1.5. I am aware there is no .save method till 1.6 and that the workaround that should work is to serialize the PipelineModel object.
This works in scala/java, but it seems like I cannot pickle the trained model in Python. Has anyone solved this issue? Thanks guys Simone
