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(#1081): prevent add records of different task #1085

Merged
merged 2 commits into from Feb 2, 2022

Conversation

frascuchon
Copy link
Member

No description provided.

@frascuchon frascuchon self-assigned this Feb 2, 2022
@frascuchon frascuchon linked an issue Feb 2, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 2, 2022

Codecov Report

Merging #1085 (66eeeb1) into master (88e3678) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1085   +/-   ##
=======================================
  Coverage   95.19%   95.19%           
=======================================
  Files         119      119           
  Lines        4456     4456           
=======================================
  Hits         4242     4242           
  Misses        214      214           
Flag Coverage Δ
pytest 95.19% <100.00%> (ø)

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

Impacted Files Coverage Δ
src/rubrix/server/datasets/service.py 98.59% <100.00%> (ø)

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 c9ac1ca...66eeeb1. Read the comment docs.

@frascuchon frascuchon merged commit 45d0ce6 into master Feb 2, 2022
@frascuchon frascuchon deleted the bugfixes/prevent-mixed-datasets branch February 2, 2022 14:06
frascuchon added a commit that referenced this pull request Feb 2, 2022
* fix(#1081): prevent add records of different task

* test: add tests

(cherry picked from commit 45d0ce6)
frascuchon added a commit that referenced this pull request Feb 2, 2022
* fix(#1081): prevent add records of different task

* test: add tests

(cherry picked from commit 45d0ce6)
frascuchon added a commit that referenced this pull request Feb 2, 2022
* fix(#1081): prevent add records of different task

* test: add tests

(cherry picked from commit 45d0ce6)
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Records Logging] Avoid create mixed task datasets
2 participants