Yep. the matrix model had two RDD vectors representing the decomposed matrix. You can save these to disk and re use them. On Thu, Feb 19, 2015 at 2:19 AM Antony Mayi <[email protected]> wrote:
> Hi, > > when getting the model out of ALS.train it would be beneficial to store it > (to disk) so the model can be reused later for any following predictions. I > am using pyspark and I had no luck pickling it either using standard pickle > module or even dill. > > does anyone have a solution for this (note it is pyspark)? > > thank you, > Antony. >
