Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How can I utilize categories and other features for new users in the Sequential Retriever #737

Open
hishambawa opened this issue Oct 13, 2024 · 0 comments

Comments

@hishambawa
Copy link

I implemented the Sequential Retriever using the tutorial and was hoping to expand it for new users by taking in an additional parameter which is the categories the user prefers. I'm hoping to make the predictions like so

movies_watched = ["1", "2", "3"]
preferred_categories = ["Action", "Comedy"]

recommendations = predict(movies_watched, preferred_categories)

The goal is to provide recommendations for new users by passing an empty array for movies_watched and passing the collected categories.

Really appreciate some guidance on how I have achieve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant