Hi Andres, Currently, serializing the object is probably the best way to do it. However, there are efforts to support actual model import/export: https://issues.apache.org/jira/browse/SPARK-4587 https://issues.apache.org/jira/browse/SPARK-1406
I'm hoping to have the PR for the first JIRA ready soon. Joseph On Tue, Jan 27, 2015 at 7:45 AM, andresbm84 <andresb...@gmail.com> wrote: > Hi everyone, > > Is there a way to save on disk the model to reuse it later? I could > serialize the object and save the bytes, but I'm guessing there might be a > better way to do so. > > Has anyone tried that? > > > Andres. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Storing-DecisionTreeModel-tp21393.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@spark.apache.org > For additional commands, e-mail: user-h...@spark.apache.org > >