From 4f0f6a077cbe96ff3addca62551bf5090c8ca358 Mon Sep 17 00:00:00 2001 From: Dat Le Date: Fri, 14 Aug 2015 22:08:50 +0800 Subject: [PATCH] Update README.rst Need `only_unknowns=True` when using svd.recommend() to recommend only *non-rated* movies to a user --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 27e9d66..9b7cc76 100644 --- a/README.rst +++ b/README.rst @@ -120,7 +120,7 @@ Example :: - svd.recommend(USERID, is_row=False) #cols are users and rows are items, thus we set is_row=False + svd.recommend(USERID, only_unknowns=True, is_row=False) #cols are users and rows are items, thus we set is_row=False # Returns: [(2905, 5.2133848204673416), # Shaggy D.A., The