We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The NN ensemble doesn't always return scores in the range 0.0-1.0.
For example, the yso-sv model currently available in Finto AI returns this for the input text historia:
yso-sv
historia
{ "results": [ { "label": "historia", "notation": null, "score": 1.3140300512313843, "uri": "http://www.yso.fi/onto/yso/p1780" }, [...] }
This should be avoided, for example by capping the scores to 1.0.
The text was updated successfully, but these errors were encountered:
Make sure NN ensemble scores are in the range 0.0-1.0. Fixes #470
eb792f6
Make sure suggestion scores are in the range 0.0-1.0. Fixes #470
08237d6
Successfully merging a pull request may close this issue.
The NN ensemble doesn't always return scores in the range 0.0-1.0.
For example, the
yso-sv
model currently available in Finto AI returns this for the input texthistoria
:This should be avoided, for example by capping the scores to 1.0.
The text was updated successfully, but these errors were encountered: