Closed sooahleex closed 7 months ago
Attention: Patch coverage is 79.54545%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 80.99%. Comparing base (
44cc56a
) to head (cc163a6
). Report is 37 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
src/datumaro/plugins/data_formats/tabular.py | 82.05% | 3 Missing and 4 partials :warning: |
src/datumaro/components/media.py | 60.00% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
Set
target
asdictionary
to get input and output column. ex.{"input": "question", "output":["rating", "sentiment"]}
If
target
isNone
, bring all columnsSet input of target column as media and output of it as annotations
{"input": "length(m)", "output": ["breed_category", "pet_category"]}
And each item for train and test subset is like below. Test file did not have column forbreed_category
andpet_category
, so test subset did not have any annotations.Set
CategoricalDtype
for column which have dtype as object but that could be used as label. For this, we should define the threshold.How to test
Checklist
License