RE: [MLLIB] Best way to extract RandomForest decision splits

2016-02-10 Thread Mohammed Guller
Why not use the save method from the RandomForestModel class to save a model at a specified path? Mohammed Author: Big Data Analytics with Spark -Original Message- From: jluan [mailto:jaylu...@gmail.com] Sent: Wednesday, February 10, 2016 5:57 PM To: user@spark.apache.org

RE: [MLLIB] Best way to extract RandomForest decision splits

2016-02-10 Thread Jay Luan
Thanks for the reply, I'd like to export the decision splits for each tree out to an external file which is read elsewhere not using spark. As far as I know, saving a model to a path will save a bunch of binary files which can be loaded back into spark. Is this correct? On Feb 10, 2016 7:21 PM,

RE: [MLLIB] Best way to extract RandomForest decision splits

2016-02-10 Thread Mohammed Guller
he.org Subject: RE: [MLLIB] Best way to extract RandomForest decision splits Thanks for the reply, I'd like to export the decision splits for each tree out to an external file which is read elsewhere not using spark. As far as I know, saving a model to a path will save a bunch of binary files whi