-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: UTC-416: Implement 'Ensure all annotators are evaluated' setting for GT tasks #8905
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
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-storybook canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8905 +/- ##
===========================================
+ Coverage 65.93% 66.59% +0.66%
===========================================
Files 828 828
Lines 64588 64593 +5
Branches 10984 10984
===========================================
+ Hits 42585 43017 +432
+ Misses 21999 21572 -427
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/fm sync |
|
/git merge develop
|
| 'total_predictions_number': 0, | ||
| 'sampling': 'Sequential sampling', | ||
| 'show_ground_truth_first': True, | ||
| 'annotator_evaluation_enabled': False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this change the default for new projects?
| max_length=100, choices=SkipQueue.choices, null=True, default=SkipQueue.REQUEUE_FOR_OTHERS | ||
| ) | ||
|
|
||
| # Deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, I see :) wasn't there some django convention that you introduced for deprecated features, or am I misremembering?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, here it is
@extend_schema_serializer(deprecate_fields=['agreement_threshold', 'max_additional_annotators_assignable'])
class MetricParamSerializer(serializers.ModelSerializer):
...
This PR was automatically generated via Follow Merge. Workflow Run
Please ensure that all linked upstream Pull Requests are merged before proceeding with this one.