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

Algorithm tweak #1081

Open
mulundapm opened this issue Dec 16, 2024 · 0 comments
Open

Algorithm tweak #1081

mulundapm opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@mulundapm
Copy link
Contributor

mulundapm commented Dec 16, 2024

Investigate how the algorithm can be improved

Suggestions:
Currently interaction score is undermined by other parameters even though it has the highest weighting. Apply (and test if possible) a new algorithm where there is an adjustment on weighting.

 ((`normalized_source`.`avg_max_fraction`*3) + (`normalized_source`.`normalized_avg_watchtime`*1) + (coalesce(`interaction_count`.`interaction_user_count`/`normalized_source`.`user_count`,0)*16)+(`normalized_source`.`percentage_of_complete_viewers`*6)) AS `score_new`,
    ((`normalized_source`.`avg_max_fraction`*3) + (`normalized_source`.`normalized_avg_watchtime`*1) + (coalesce(`interaction_count`.`interaction_user_count`/`normalized_source`.`user_count`,0)*4)+(`normalized_source`.`percentage_of_complete_viewers`*2)) AS `score`
@mulundapm mulundapm marked this as a duplicate of #1093 Feb 18, 2025
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

2 participants