Skip to content

Commit

Permalink
fix(#1337): number of records in the overall annotated coverage (#1338)
Browse files Browse the repository at this point in the history
This PR fixes weak supervision overall annotated coverage metric

Closes #1337

(cherry picked from commit 6024639)
  • Loading branch information
leiyre authored and frascuchon committed Mar 30, 2022
1 parent 2d77a76 commit d384713
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ export default {
)} <span class="records-number">(${this.$options.filters.formatNumber(
Math.round(
this.metricsTotal.coverage_annotated *
this.dataset.globalResults.total
this.metricsTotal.annotated_records
) || 0
)} records)</span>`,
},
Expand Down

0 comments on commit d384713

Please sign in to comment.