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

Add matching engine analytics for count and average match ratings per user #286

Open
2 tasks
vingkan opened this issue Jul 18, 2022 · 0 comments
Open
2 tasks
Assignees
Labels
enhancement New feature or request infra Infrastructure to support features pipeline Related to the offline pipelines

Comments

@vingkan
Copy link
Collaborator

vingkan commented Jul 18, 2022

Goal

To get better insight on our matching engine's performance, we want to calculate, for each user, the average match rating. This will calculate the average rating a user is giving for a match. Which will allow us to see how well our matches are doing.

The formula for selection rate is:

              total match ratings for a user
    -----------------------------------
             number of match ratings for a user

##Resources
Design Doc

Definition of Done

  • Implement metric function to measure the average match ratings per user
  • Be able to run a script that does this
@vingkan vingkan added enhancement New feature or request pipeline Related to the offline pipelines infra Infrastructure to support features labels Jul 18, 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 infra Infrastructure to support features pipeline Related to the offline pipelines
Projects
None yet
Development

No branches or pull requests

2 participants