557 Commits (f3b40ebcb3cc489c64f6986a86f19b1eee94c6ca)

Author SHA1 Message Date
Hironsan 56440c180e Enable to import relation extraction dataset 2 years ago
Hironsan 9132d8745d Add uuid field to label models 2 years ago
Hironsan 0e57dd07db Update import factory for relation extraction 2 years ago
Hironsan 6a11202bd8 Add relation extraction to import catalog 2 years ago
Hironsan 0d1a2dc167 Add example import data for relation extraction 2 years ago
Hironsan a7acbb8896 Add RelationLabel class 2 years ago
Hironsan d7da54957e Move bulk_create code to LabeledExamples 2 years ago
Hironsan 1293c4409d Add LabeledExamples class 2 years ago
Hironsan 7e3b03f4e0 Remove Examples class 2 years ago
Hironsan 59b4e13111 Change the location of applying cleaner from writer to reader 2 years ago
Hironsan 97353da68f Replace Writer with BulkWriter 2 years ago
Hironsan b6f369e3c2 Move examples methods to BulkWriter 2 years ago
Hironsan 9981a37805 Add uuid field to BaseData 2 years ago
Hironsan 37ba0118bc Remove examples.py from data_import 2 years ago
dependabot[bot] 6429c3a10c
Bump django from 4.0.2 to 4.0.4 in /backend 2 years ago
Hironsan a6928fd0ad Remove duplication from export task 2 years ago
Hironsan e83bc924f1 Replace zip_files with shutil.make_archive 2 years ago
Hironsan 45ddacb504 Boost performance for data export 2 years ago
Hironsan cfcdcf247b Rename parameter name 2 years ago
Hironsan 1d37ec971d Rename exported dataset columns to match the imported dataset columns 2 years ago
Hironsan 12573ec4bb Update factories of data export 2 years ago
Hironsan 75707d8de2 Remove unused options from data export catalog 2 years ago
Hironsan 5277001f5c Add RenameFormatter 2 years ago
Hironsan 389e482193 Add FastTextFormatter and FastTextWriter 2 years ago
Hironsan 328658a890 Add test cases for formatters 2 years ago
Hironsan f7fb8bf623 Add a test case for dataset 2 years ago
Hironsan a0a96c75d7 Add test cases for labels 2 years ago
Hironsan e186bf5913 Add test cases for ExportedExample 2 years ago
Hironsan dac6fb05f4 Move filter_examples feature to ExportedExampleManager 2 years ago
Hironsan 1e0f5fc128 Refactor test_task.py 2 years ago
Hironsan 04f9ddf7d7 Add remove files function 2 years ago
Hironsan 375fe8a8d0 Remove ExportedLabelManager 2 years ago
Hironsan bf94da0ddd Change attribute name from field_name to column 2 years ago
Hironsan 18880ece86 Extract export catalog as files 2 years ago
Hironsan d2c6f0f4ac Remove duplication from formatter 2 years ago
Hironsan 96b9984dde Remove unused code 2 years ago
Hironsan 5a956fc1eb Add test cases for exporting intent detection dataset 2 years ago
Hironsan e332381133 Update typing to pass mypy 2 years ago
Hironsan ce18476180 Add test cases for export task 2 years ago
Hironsan d3b0b47643 Update factories 2 years ago
Hironsan d5338962af Add test cases for exporting relation data 2 years ago
Hironsan 549e909070 Enable to accept multiple label types in export dataset 2 years ago
Hironsan 3e63dea688 Add span model for export dataset 2 years ago
Hironsan aa13d5c97f Enable to export dataset 2 years ago
Hironsan 03981d391f Update export writers 2 years ago
Hironsan a22d0eaeaf Update constant name in data export 2 years ago
Hironsan a0a3943684 Add formatters for category label 2 years ago
Hironsan 5985508dc1 Add JoinedCategoryFormatter 2 years ago
Hironsan bd55097c4a Add dataset class to represent export data 2 years ago
Hironsan 54dc28efae Add labels for data export 2 years ago