You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
I have user_id, item_id and preference_value. On the data file, a user may or may not have access to all items. Is it possible to generate recommendation for user, based on only dataset that is accessible to that user? In other words, can we first query the dataset by applying suitable filter for that user and generate recommendation based on that filtered query? I am currently using database query to generate dynamic dataset and feeding it to Mahout for recommendation. Can I do something similar with elasticsearch-taste plugin?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have user_id, item_id and preference_value. On the data file, a user may or may not have access to all items. Is it possible to generate recommendation for user, based on only dataset that is accessible to that user? In other words, can we first query the dataset by applying suitable filter for that user and generate recommendation based on that filtered query? I am currently using database query to generate dynamic dataset and feeding it to Mahout for recommendation. Can I do something similar with elasticsearch-taste plugin?
The text was updated successfully, but these errors were encountered: