Primary competition visual

Akeed Restaurant Recommendation Challenge

Helping Oman
$3 000 USD
Completed (over 5 years ago)
Prediction
Collaborative Filtering
1420 joined
242 active
Starti
May 18, 20
Closei
Aug 16, 20
Reveali
Aug 16, 20
User avatar
Alsubari
IBB University
should we predict one restaurant for each customer location, or more?
Help · 17 Jul 2020, 13:15 · 4

I am getting confused, because when I increase prediction number for each customer location, the accuracy increase.

Discussion 4 answers

in orders we could find more than one restaurant per customer location. I think that test data very similar to train, so it's a good idea to predict sometimes more than one (based on probabilities from your model).

17 Jul 2020, 14:07
Upvotes 0
User avatar
Alsubari
IBB University

Thankx alot

I suggest you to find prob threshold which maximized F1 for your validation data and mark as 1 all rest above this threshold for test

17 Jul 2020, 14:15
Upvotes 0
User avatar
Alsubari
IBB University

that will be better, thanks alot sir, I will try it