Sorry, I meant the SVD based recommender.
Tamas
On 28/06/2010 22:48, Jake Mannix wrote:
Which SVD code are you talking about? The SVD-based recommender, or the
hadoop-based distributed matrix SVD? I'm guessing you mean the former?
-jake
On Mon, Jun 28, 2010 at 11:29 PM, Tamas Jambor<[email protected]> wrote:
Hi,
I was looking at the SVD code, I am sure you are aware of this
modification, but it would really make things faster. The idea is that you
set up a minimum RMSE improvement so it would stop training a particular
feature if the algorithm reaches that threshold. I implemented it based on
your code, it is just a slight change.
Tamas