Skip to content

Confidence level of candidates #53

Open
@subhash-velou

Description

@subhash-velou

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions