You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In case of labeling for a multilabeled classification exercise, the logic of considering a datapoint validated if any one class is annotated is only partially correct. The action of marking a datapoint completely validated must be configurable to be explicit rather than just defaulting implicit.
To Reproduce
Steps to reproduce the behavior:
Create multilabel text classification exercise with significantly high number of labels
Make only one class selection validated gets toggled, other class annotations do not affect the status
Expected behavior
Validate behavior should be configurable to be explicit toggle in case of multilabel text classification
The text was updated successfully, but these errors were encountered:
# Description
Move records to PENDING status (instead of VALIDATED) when a labels
change in multilabel Text Classifier
Closes#2265
See #2264
Note : this will also correct this issue #2160
**Type of change**
(Please delete options that are not relevant. Remember to title the PR
according to the type of change)
- [x] New feature (non-breaking change which adds functionality)
**How Has This Been Tested**
(Please describe the tests that you ran to verify your changes. And
ideally, reference `tests`)
- [x] update ClassifierAnnotationArea
**Checklist**
- [x] I have merged the original branch into my forked branch
- [x] follows the style guidelines of this project
- [x] I did a self-review of my code
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
Describe the bug
In case of labeling for a multilabeled classification exercise, the logic of considering a datapoint validated if any one class is annotated is only partially correct. The action of marking a datapoint completely validated must be configurable to be explicit rather than just defaulting implicit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Validate behavior should be configurable to be explicit toggle in case of multilabel text classification
The text was updated successfully, but these errors were encountered: