hermes icon indicating copy to clipboard operation
hermes copied to clipboard

Update scoring function for importance score

Open ChristopherHogan opened this issue 3 years ago • 0 comments

  • [ ] Add configurable weights for each variable.
  • [ ] variables
    • recency
    • frequency
    • size
    • Bucket reference count
    • VBucket link count
  • [ ] Make ~5 "buckets" for each variable so we can normalize the importance score to [0, 1].
  • [ ] Add a policy for each variable (config param) that adjusts the weights towards that variable
  • [ ] Describe the importance scoring function in the wiki.

ChristopherHogan avatar Feb 23 '22 21:02 ChristopherHogan