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
)
<!-- Thanks for your contribution! As part of our Community Growers
initiative 🌱, we're donating Justdiggit bunds in your name to reforest
sub-Saharan Africa. To claim your Community Growers certificate, please
contact David Berenstein in our Slack community or fill in this form
https://tally.so/r/n9XrxK once your PR has been merged. -->
# Description
- renamed `typing.py` to `types.py` to avoid import errors
- added `RankingQuestionStrategy`
- added `RankingQuestionUnification`
- added `RankingQuestion`support for the `.for_text_classification`
method for the `TrainingTaskMapping`
Closes#3347
**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)
- [X] Improvement (change adding some improvement to an existing
functionality)
**How Has This Been Tested**
(Please describe the tests that you ran to verify your changes. And
ideally, reference `tests`)
- [x]
`tests/client/feedback/test_schemas.py:test_ranking_question_strategy`
- [x]
`tests/client/feedback/training/test_schemas.py:test_task_mapping_for_text_classification`
**Checklist**
- [X] I added relevant documentation
- [X] follows the style guidelines of this project
- [X] I did a self-review of my code
- [X] I made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my
feature works
- [X] I have added relevant notes to the CHANGELOG.md file (See
https://keepachangelog.com/)
---------
Co-authored-by: Alvaro Bartolome <alvaro@argilla.io>
Is your feature request related to a problem? Please describe.
As of now, we do not offer code support for unifying the 'RankingQuestion'.
Describe the solution you'd like
Unification methods that align with the docs.
Describe alternatives you've considered
N.A.
Additional context
N.A.
The text was updated successfully, but these errors were encountered: