Skip to content
New issue

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

Confidence level of candidates #53

Open
subhash-velou opened this issue Sep 12, 2018 · 10 comments
Open

Confidence level of candidates #53

subhash-velou opened this issue Sep 12, 2018 · 10 comments

Comments

@subhash-velou
Copy link

I would like to know if there is a way to access confidence level/score for each candidate. For example, in the output below, can we know that the model is 90% confident it's "table", 4% confident its "tale" etc.?
{ "results": [ { "candidates": [ "table", "tale", "tacle", "tadle", "ladle", "tadre" ], "len": 5, "pos_from": 0 } ] }

I'm having a requirement where I need to apply the fix with top candidate only if the confidence level is above 90%. Would like to understand if you already have this facility or any plans to implement in future.

@hejazizo
Copy link

hey. Any luck with this? I exactly need this as sometimes the model makes mistake on task specific texts. Is this going to be implemented or is already implemented?

@hejazizo
Copy link

Anybody here?!!!

@jackneil
Copy link

i've created a mod that can output JSON with scores assigned to each candidate. Can't open a pull request here to push it though.

@bakwc
Copy link
Owner

bakwc commented Jul 17, 2019

why not? will be glad to accept it

@jackneil
Copy link

sorry i was trying to create a pull request on master and it was greyed out. need to branch first?

@bakwc
Copy link
Owner

bakwc commented Jul 17, 2019

yep

@jackneil
Copy link

ok i just branched locally to confidenceIntervals but when trying to publish the branch is says permission denied. using vscode.

@bakwc
Copy link
Owner

bakwc commented Jul 17, 2019

you need to publish it to local repository and then create pull request

@rprilepskiy
Copy link

@jackneil, how is it going with confidenceIntervals feature? Could you create pull request?
Do you need any help?

@jackneil
Copy link

jackneil commented Jan 27, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants