Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Mar 11, 2024
1 parent c5b368a commit 8d6b33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biomappings/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class PredictionTuple(NamedTuple):
"""
confidence: float
"""An assessment of the confidence of the mapping, reported by the method used to generate it.
This means that confidence values aren't generally comparable, though they should follow
the rough standard that closer to 1 is more confident and closer to 0 is less confident.
Expand All @@ -156,7 +156,7 @@ class PredictionTuple(NamedTuple):
1. The Gilda match score, inspired by https://aclanthology.org/W15-3801/. Section 5.2 of the
`supplementary material for the Gilda paper <https://doi.org/10.1093/bioadv/vbac034>`_
describes this score in detail, where 1.0 is best and 0 is worst.
describes this score in detail, where 1.0 is best and 0 is worst.
https://github.com/biopragmatics/biomappings/blob/master/scripts/generate_agrovoc_mappings.py
is an example that uses this variant.
2. A high-level estimation of the precision of the scores generated by the given script.
Expand Down

0 comments on commit 8d6b33c

Please sign in to comment.