hipom_data_mapping/post_process
Richard Wong c5760d127d Feat: added post_processing based on rules
others:
- added basic data analysis to get histograms of text differences
- added new final delivery model
2024-12-18 13:43:56 +09:00
..
binary_classifier Feat: added de_duplication post-processing method 2024-11-28 11:02:22 +09:00
de_duplication feat: end-to-end code needed for deployment that includes preprocess, 2024-12-02 14:57:03 +09:00
rule_based_correction Feat: added post_processing based on rules 2024-12-18 13:43:56 +09:00
selection Feat: added de_duplication post-processing method 2024-11-28 11:02:22 +09:00
selection_old Feat: added de_duplication post-processing method 2024-11-28 11:02:22 +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 Feat: added de_duplication post-processing method 2024-11-28 11:02:22 +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.