Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#1065): 'B' tag for beginning tokens #1066

Merged
merged 2 commits into from Jan 31, 2022

Conversation

frascuchon
Copy link
Member

No description provided.

@frascuchon frascuchon self-assigned this Jan 31, 2022
@frascuchon frascuchon added the type: bug Indicates an unexpected problem or unintended behavior label Jan 31, 2022
@frascuchon frascuchon added this to In progress in Release via automation Jan 31, 2022
@codecov
Copy link

codecov bot commented Jan 31, 2022

Codecov Report

Merging #1066 (1874ac0) into master (8dc4440) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1066      +/-   ##
==========================================
- Coverage   95.24%   95.24%   -0.01%     
==========================================
  Files         119      119              
  Lines        4436     4435       -1     
==========================================
- Hits         4225     4224       -1     
  Misses        211      211              
Flag Coverage Δ
pytest 95.24% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ubrix/server/tasks/token_classification/metrics.py 99.33% <100.00%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8dc4440...1874ac0. Read the comment docs.

Release automation moved this from In progress to Review Jan 31, 2022
@frascuchon frascuchon merged commit eae2f54 into master Jan 31, 2022
Release automation moved this from Review to Done Jan 31, 2022
@frascuchon frascuchon linked an issue Jan 31, 2022 that may be closed by this pull request
@frascuchon frascuchon moved this from Done to Release Ready in Release Jan 31, 2022
frascuchon added a commit that referenced this pull request Jan 31, 2022
* fix: 'B' tag for beginning tokens

* test: update tests

(cherry picked from commit eae2f54)
@frascuchon frascuchon removed this from Release Ready in Release Jan 31, 2022
@frascuchon frascuchon deleted the bugfixes/iob-tags-generation branch February 6, 2022 22:09
dvsrepo added a commit that referenced this pull request Feb 10, 2022
* 'master' of https://github.com/recognai/rubrix: (33 commits)
  fix(#1045): fix overall precision (#1087)
  fix(#1081): prevent add records of different task (#1085)
  fix(#1045): calculate overall precision from overall correct/incorrect in rules (#1086)
  fix(#924): parse new error format in UI (#1082)
  fix(#1054): Optimize Long records (#1080)
  docs(#949): change note to admonition (#1071)
  fix(#1053): metadata modal position   (#1068)
  fix(#1067): fix rule definition link when no labels are defined (#1069)
  fix(#1065): 'B' tag for beginning tokens (#1066)
  feat(#1054):  optimize long records view (#1064)
  feat(#924): parse validation error, including submitted information (#1056)
  fix(#1058): sort by % data in rules list (#1062)
  fix(#1050): generalizes entity span validation (#1055)
  fix: missing Optional import
  fix(cleanlab): set cleanlab n_jobs=1 as default (#1059)
  feat(#982): Show filters in labelling rules view (#1038)
  feat(#932): label models now modify the prediction_agent when calling LabelModel.predict (#1049)
  fix(#821): Token classifier QA 2 (#1057)
  ci: fix path filter condition
  refactor(#924): normalize API error responses (#1031)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Metrics] IOB tags are not properly generated
2 participants