hipom_data_mapping/post_process
Richard Wong 1f3970459f Chore: re-organized train folders to have standardized naming schemes
Feat: introduced BERT-based binary classification
2024-11-20 15:07:47 +09:00
..
binary_classifier Chore: re-organized train folders to have standardized naming schemes 2024-11-20 15:07:47 +09:00
selection Feat: tuned selection_with_pattern to perform better 2024-11-11 21:47:24 +09:00
selection_with_pattern Chore: re-organized train folders to have standardized naming schemes 2024-11-20 15:07:47 +09:00
similarity_classifier Chore: re-organized train folders to have standardized naming schemes 2024-11-20 15:07:47 +09:00
tfidf_class [TASK] the entier paper work 2024-09-25 08:52:30 +09:00
README.md Chore: moved selection to post_process, mapping to test 2024-10-31 16:35:28 +09:00

README.md

Post-Processing

What is this folder

This folder contains the files for post-processing.

We divide each processing method into their respective folders to modularize the post-processing methods. This helps to make it easier to test different methods and reduce coupling between stages.