You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Simone <si...@gmail.com> on 2016/09/29 17:24:47 UTC

Pyspark - 1.5.0 pickle ML PipelineModel

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