Hironsan
6d8c0002e3
Add migration file
3 years ago
Hironsan
5552da55ed
Revert primary key change
3 years ago
Hironsan
89b9db30be
Update order of examples
3 years ago
Hironsan
010d65cf51
Add conll test case
3 years ago
Hironsan
edfeec22b9
Add csv test case
3 years ago
Hironsan
c887e64b83
Improve error handling for excel parser
3 years ago
Hironsan
b2939e9ddf
Improve error handling for json parser
3 years ago
Hironsan
d57c42092f
Improve error handling for jsonl parser
3 years ago
Hironsan
4fc3496529
Update test cases for ingesting data to check mapping
3 years ago
Hironsan
d95cc9a289
Add test cases for ingesting seq2seq data
3 years ago
Hironsan
1dad0a65fd
Move test data
3 years ago
Hironsan
f01c5e4c4f
Refactor test_tasks.py
3 years ago
Hironsan
26669d20ae
Add test cases for ingesting sequence labeling data
3 years ago
Hironsan
ef1aa11fb6
Fix CoNLLDataset
3 years ago
Hironsan
b74601668b
Rename classification.jsonl
3 years ago
Hironsan
e089c142aa
Move test data
3 years ago
Hironsan
ce7a2fa907
Add test cases for ingest classification data
3 years ago
Hironsan
b8517675c4
Update import method of urls
3 years ago
Hironsan
f381184f21
Change example id from auto field to uuid field
3 years ago
Hironsan
45c4e2529f
Remove unused import
3 years ago
Hironsan
ae0ae0d763
Update serializer in ProjectDetail
3 years ago
Hironsan
df75f6bcef
Add fields to SequenceLabelingProject
3 years ago
Hironsan
1977ff165f
Fix flake8 warnings
3 years ago
Yosua Michael M
d56d742d08
Increase the allowed max length for uploaded dataset filepath
3 years ago
youichiro
778729588f
add confirmed count to statistics api response
3 years ago
youichiro
d122404254
add tests
3 years ago
youichiro
94ce5e6685
move ExampleSerializer tests to test_document.py
3 years ago
youichiro
3dbc856923
fix isort
3 years ago
youichiro
28052f6e38
fix TestExampleStateConfirmCollaborative
3 years ago
youichiro
659d96c2ad
fix flake8
3 years ago
youichiro
263deb238a
separate confirm status for each role or user
3 years ago
youichiro
47831f0782
add a property to the ExampleState model
3 years ago
youichiro
7ee3e390a6
filter by role in the confirm API
3 years ago
youichiro
ed37696a67
manage permissions with permission_classes
3 years ago
Dimid Duchovny
d58cd28921
iss1348: fix colors when importing labels
Signed-off-by: Dimid Duchovny <dimidd@localize.city>
3 years ago
youichiro
e5ad3c6f8b
update backend project view test
3 years ago
youichiro
4a879d3697
return user.is_staff in user API response
3 years ago
youichiro
6c70092362
restrict project creation to staff users
3 years ago
youichiro
832035da5b
add a new exception
3 years ago
youichiro
ad221a6c2c
fix import order
3 years ago
youichiro
c6dbab2ed6
fix typo
3 years ago
zanussbaum
df61e8a012
removing debugging statement
3 years ago
Roland Szabo
62bc03f6c1
Remove unneed import
3 years ago
Roland Szabo
0243c73462
Remove unneeded query
Bulk create returns the created objects in the same order as they have been added.
In Postgres, the query was wrong, because ordering was not guaranteed.
3 years ago
Roland Szabo
2f47b8c4d6
Return a Response with a status if the task is not yet ready.
3 years ago
Roland Szabo
0906e789f6
Sort imports
3 years ago
Roland Szabo
d4cb96f4fd
Add admin interface for AutoLabelingConfigs. Solves #1423
Thanks to @uklft for the idea.
3 years ago
zanussbaum
9bf6c52347
Fixing Data Annotation Issues
When uploading datasets, the code uses a `bulk_create` to upload
Examples and Labels. It then filters the data from the database
based on when it was created. However, [Django doesn't enforce
the list order when calling filter](https://stackoverflow.com/questions/7163640/what-is-the-default-order-of-a-list-returned-from-a-django-filter-call )
unless ordering is specified. The previous behavior mismatched labels
and examples. When this was shown in the UI, the data would show labels
for incorrect examples (i.e. a label for message #2 would be shown on
message #1 ). This fix enforces that the data is returned in the order
it was inserted so that the data, label pair is as expected.
3 years ago
Hironsan
0812f0c6d0
Update AutoLabelingConfigParameterTest API
3 years ago
Hironsan
caf1ad222f
Update auto-labeling-pipeline
3 years ago