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

Create a generator that uses machine learning to match users #314

Open
5 tasks
notedwin opened this issue Jul 22, 2022 · 0 comments
Open
5 tasks

Create a generator that uses machine learning to match users #314

notedwin opened this issue Jul 22, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request pipeline Related to the offline pipelines

Comments

@notedwin
Copy link
Collaborator

notedwin commented Jul 22, 2022

Goal

Create a generator that uses unsupervised learning to match users.

Definition of Done

  • Implement a function that takes in users with intent and interest data and converts the data to a vector.
  • Implement a function to find the cosine similarity between 2 vectors.
  • Implement a function to find 2 users who are the most similar.
  • Create a generator that uses the previous function.
  • Write test cases for your function implementations.

Tips

  • For converting users into a vector look into one-hot encoding.
  • This can all be done without pandas/numpy/scikit
@notedwin notedwin added enhancement New feature or request pipeline Related to the offline pipelines labels Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pipeline Related to the offline pipelines
Projects
None yet
Development

No branches or pull requests

2 participants