[ 
https://issues.apache.org/jira/browse/SPARK-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-5713.
---------------------------------
    Resolution: Incomplete

> Support python serialization for RandomForest
> ---------------------------------------------
>
>                 Key: SPARK-5713
>                 URL: https://issues.apache.org/jira/browse/SPARK-5713
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>    Affects Versions: 1.2.0
>         Environment: Tested on MacOS
>            Reporter: Guillaume Charhon
>            Priority: Major
>              Labels: bulk-closed
>
> I was trying to pickle a trained ramdom forest model. Unfortunately, it is 
> impossible to serialize the model for future use. 
> model = RandomForest.trainRegressor(trainingData, categoricalFeaturesInfo={}, 
> numTrees=nb_tree,featureSubsetStrategy="auto", impurity='variance', 
> maxDepth=depth)
> output = open('model.ml', 'wb')
> pickle.dump(model,output)
> I am getting this error:
> TypeError: can't pickle lock objects
> I am using Spark 1.2.0. I have also tested Spark 1.2.1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to