I know that this haven't been accepted yet but any news on it ? How can we
cache the product and user factor ?
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/Proper-saving-loading-of-MatrixFactorizationModel-tp23952p27959.html
Sent from the Apache
tFeatures().cache();
> Also I was trying to repartition those rdds and create new model from
> repartitioned versions but that also didn't help.
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Proper-saving-loading-of
m/Proper-saving-loading-of-MatrixFactorizationModel-tp23952.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,
Hi all!
I have MatrixFactorizationModel object. If I'm trying to recommend products to
single user right after constructing model through ALS.train(...) then it takes
300ms (for my data and hardware). But if I save model to disk and load it back
then recommendation takes almost 2000ms. Also Spar