ranking-agent / aragorn-ranker

Exposes TRAPI functions to add literature co-occurrence edges, convert publications to edge weights, and provide scores for answers.
MIT License
0 stars 1 forks source link

Filter top results based on histogram of scores? #78

Open kennethmorton opened 2 years ago

kennethmorton commented 2 years ago

Let's say you have 10 answers with scores near 10. Then you have 1000 answers with scores near 0.1. Can we just return the "good" ones? Maybe Otsu's method on the scores. or maybe custom histogram peak finding?