From 1148888f6e996c8fd7660040d63da1d34ec4f233 Mon Sep 17 00:00:00 2001 From: Robert Kwiecinski Date: Sat, 8 May 2021 11:46:21 +0200 Subject: [PATCH] task explanation --- P5. Graph-based.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/P5. Graph-based.ipynb b/P5. Graph-based.ipynb index 484cd1d..39ff713 100644 --- a/P5. Graph-based.ipynb +++ b/P5. Graph-based.ipynb @@ -1380,7 +1380,9 @@ "# We generated recommendations for P3, a special case of RP3Beta (with alpha=1, beta=0).\n", "# We've observed that changing alpha and beta impacts the model performance.\n", "\n", - "# Your task is find values alpha and beta for which recall will be the highest, train the model and generate recommendations.\n", + "# Your task is find values alpha and beta for which recall will be the highest \n", + "# (any solution with recall higher than P3 will be accepted)\n", + "# train the model and generate recommendations.\n", "\n", "# save the outptut in 'Recommendations generated/ml-100k/Self_RP3Beta_estimations.csv'\n", "# and 'Recommendations generated/ml-100k/Self_RP3Beta_reco.csv'"