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
  • Loading branch information
leiyre committed Mar 29, 2022
1 parent 29ff887 commit 6024639
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 6024639

Please sign in to comment.