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

fix weight correctness #89

Closed uhbrar closed 1 year ago

uhbrar commented 1 year ago

fix improper sigmoid call in weight_correctness

cbizon commented 1 year ago

Looks like tests are failing....

uhbrar commented 1 year ago

The tests are failing because of incorrect values, but that's because the weight values are going to be different now since we're doing it all very differently now.