Hironsan
9cb7abd3b6
Add can_define_relation/span/category method to project model
2 years ago
Hironsan
80074942a9
Add can_define_label method to project model
2 years ago
Hironsan
06be25d336
Add is_text_project field to ProjectSerializer
2 years ago
Hironsan
fae65162ef
Add is_text_project property to Project model
2 years ago
Hironsan
23c319faf9
Move Role and RoleMapping from api to roles
2 years ago
Hironsan
a6c347705a
Remove confirmed_user_role method
2 years ago
Hironsan
92b2bf813f
Rename DocType to CategoryType
2 years ago
Hironsan
6861a38022
Add calc_label_distribution method
2 years ago
Hironsan
c51d600a3d
Add a project for intent detection and slot filling
2 years ago
Hironsan
16466b4804
Remove get_annotation_class method
2 years ago
Hironsan
6a1211ebe6
Turn label model to abstract model
2 years ago
Hironsan
90386dbf48
Update migration files
2 years ago
Hironsan
b4d5fa34e6
Divide Label model into two separated model
2 years ago
Hironsan
3d74106321
Add ExampleManager
2 years ago
Hironsan
80397d31b5
Update label unique constraint
2 years ago
Hironsan
441cded138
Add type field to Label model and add schema and data migrations
2 years ago
Hironsan
5049dfc890
Update unique constraint of Span
2 years ago
Hironsan
b44b35888a
Fix unique constraint
2 years ago
Hironsan
2a325904ec
Update Span model
2 years ago
Hironsan
39351d3f69
Assign label colors automatically
3 years ago
Hironsan
5552da55ed
Revert primary key change
3 years ago
Hironsan
f381184f21
Change example id from auto field to uuid field
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
47831f0782
add a property to the ExampleState model
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
d04d6571ff
Update AutoLabelingConfigParameterTest
3 years ago
Hironsan
fc7d53abe7
Add ExampleState model
3 years ago
Hironsan
9acc447f23
Remove document and image models
3 years ago
Hironsan
146726a3cd
Remove unnecessary relationships
3 years ago
Hironsan
a44cad79f7
Update models to handle image classification
3 years ago
Hironsan
9aa53bf283
Add image classification to upload catalog
3 years ago
Hironsan
2a02775071
Change field name from randomized_document_order to random_order
3 years ago
Hironsan
3e6c371159
Add Example model to avoid dividing Comment into DocumentComment and ImageComment
3 years ago
Hironsan
51498453ee
Change field type from FilePathField to FileField
3 years ago
Hironsan
a33b9824bc
Add models for image classification
3 years ago
Hironsan
6c33281f14
Remove circular dependency
3 years ago
Hironsan
1b00e9bd70
Move signals from models.py to signals.py
3 years ago
Hironsan
06612a931d
Remove unused get_absolute_url method
3 years ago
Hironsan
08524ff3a6
Remove unused code
3 years ago
Hironsan
a3a054c393
Rename app dir to backend for pip installation
3 years ago
Chris
89e21140f6
Project tags backend
3 years ago
Hironsan
9066a62ab9
Support bulk create
3 years ago
Hironsan
f7ff050ea6
Enable to injest metadata
3 years ago
Hironsan
6ac494fdb2
Fix import order
3 years ago
Hironsan
0cb2c965f6
Add signal to fix #822
3 years ago
Hironsan
1726885070
Allow project to accept blank guideline
3 years ago
Hironsan
57d85e5f79
Fix lint
3 years ago