Skip to content
Snippets Groups Projects

Add optional confidence

Merged Yoann Schneider requested to merge add-optional-confidence into master
All threads resolved!

Related to issue #805 (closed)

The confidence field is present on endpoints CreateTranscriptionEntity and ListTranscriptionEntities. If not provided, it defaults to "null". Valid values are floats between 0 and 1.

This will be useful for NER models that outputs confidence score for entities. In the future we will also be able to filter entities based on this score.

Edited by Yoann Schneider

Merge request reports

Checking pipeline status.

Approved by

Merged by Erwan RouchetErwan Rouchet 3 years ago (Aug 9, 2021 3:32pm UTC)

Merge details

  • Changes merged into master with a634ec14 (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Erwan Rouchet
  • Yoann Schneider added 9 commits

    added 9 commits

    • 353ef73d - typo dans le nom config.yaml -> config.yml
    • 0aa5bdbf - ajout champ confidence
    • 981995ab - field is shown in API of both CreateTranscriptionEntity and ListTranscriptionEntities
    • f99d33ba - fix flake8
    • d4dbceaa - default value is null
    • 0bbf759d - add a few tests on the confidence value, ensure it is between 0 and 1
    • 246daf98 - only fix the typo in Readme
    • 5f5996f1 - Merge branch 'add-optional-confidence' of gitlab.com:arkindex/backend into add-optional-confidence
    • 3a5fc9d7 - only fix the typo in Readme

    Compare with previous version

  • Yoann Schneider resolved all threads

    resolved all threads

  • added 1 commit

    • 0fba5f08 - fix constraints on confidence

    Compare with previous version

  • Yoann Schneider resolved all threads

    resolved all threads

  • added 1 commit

    Compare with previous version

  • Erwan Rouchet
  • Yoann Schneider resolved all threads

    resolved all threads

  • added 1 commit

    • 9bec69d3 - remove AlterUnique and rename for clarity

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Erwan Rouchet approved this merge request

    approved this merge request

  • Erwan Rouchet mentioned in commit a634ec14

    mentioned in commit a634ec14

  • merged

  • mentioned in issue #805 (closed)

  • Please register or sign in to reply
    Loading