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

Weighted-scoring #8

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Weighted-scoring #8

wants to merge 2 commits into from

Conversation

cassimons
Copy link
Contributor

@cassimons cassimons commented Sep 11, 2024

Purpose

  • For discussion.
  • As a rule (or on average?), newer submissions should carry more weight than older submissions as they are made in the context of the previous submissions and any new data available.
  • So, lets add a weighting to submissions based on their age.

Proposed Changes

  • This PR adds a straightforward weighing strategy. It uses the existing algorithm but inflates the relative value of a submission based on recency. Submissions from the last year have a weight of 5, the last two years 4, three years 3, four years 2, older than four years 1

Checklist

  • Related GitHub Issue created
  • Tests covering new change
  • Linting checks pass

Base automatically changed from adjust-tie-break to main September 15, 2024 23:27
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

Successfully merging this pull request may close these issues.

1 participant