You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the scoring algorithm gives the first word in the title a score of 1, which decreases logarithmically according to the formula 2/(1+n)
The body scores each word the same, but this score is configurable
Use Case
Logarithmic scoring for titles might not be ideal for everyone - especially users who have the action configured such that ties will frequently (intentionally) happen.
I'm not sure if anyone would want logarithmic scoring for the body - but that could be supported pretty easily
Any proposals for alternate methods of scoring would be much appreciated
Description
Currently, the scoring algorithm gives the first word in the title a score of 1, which decreases logarithmically according to the formula
2/(1+n)
The body scores each word the same, but this score is configurable
Use Case
Logarithmic scoring for titles might not be ideal for everyone - especially users who have the action configured such that ties will frequently (intentionally) happen.
I'm not sure if anyone would want logarithmic scoring for the body - but that could be supported pretty easily
Any proposals for alternate methods of scoring would be much appreciated
Proposed Solution
This is where area scoring is done:
aws-issue-triage-manager/src/issue.ts
Lines 44 to 62 in 3df9fb5
I can think of a few ways to potentially do this, will comment later
Other Info
No response
Acknowledge
The text was updated successfully, but these errors were encountered: