whereToApplication / whereTo

trip planning application
3 stars 0 forks source link

User Preference Weighting #55

Open krrishdholakia opened 5 years ago

krrishdholakia commented 5 years ago

Likes, Dislikes equally weighted rn. However, through real world testing we can see problems when the user is in an area where all places encompass disliked categories also encompass liked categories and the user disliked categories > user liked categories. This ends up leading the algorithm to return a sorted list of sub-optimal places.

krrishdholakia commented 5 years ago

@kermitnirmit could you update this w/ your idea of a way we could get around this problem?