personal code for hyundai ship tag-mapping project
Go to file
Richard Wong 1b6659a600 Feat: reworked overall evaluation to evaluate at each stage of the
pipeline
2024-12-25 20:35:28 +09:00
analysis Feat: added modified layer-size decoder variants 2024-12-23 07:36:06 +09:00
data_import Chore: changed ipynb to py files in the data_preprocess folder 2024-10-29 22:55:22 +09:00
data_preprocess Feat: added post_processing based on rules 2024-12-18 13:43:56 +09:00
evaluation Doc: updated README.md to reflect execution order 2024-10-31 16:51:47 +09:00
interpretation Feat: added post_processing based on rules 2024-12-18 13:43:56 +09:00
overall Feat: reworked overall evaluation to evaluate at each stage of the 2024-12-25 20:35:28 +09:00
post_process Feat: added post_processing based on rules 2024-12-18 13:43:56 +09:00
production Feat: added post_processing based on rules 2024-12-18 13:43:56 +09:00
relevant_class Feat: added overall section to evaluate combined accuracy 2024-12-24 21:57:48 +09:00
train Feat: added overall section to evaluate combined accuracy 2024-12-24 21:57:48 +09:00
translation Chore: re-organized train folders to have standardized naming schemes 2024-11-20 15:07:47 +09:00
.gitignore Feat: added post_processing based on rules 2024-12-18 13:43:56 +09:00
README.md Doc: updated README.md to reflect execution order 2024-10-31 16:51:47 +09:00

README.md

hipom_data_mapping

Before we begin

This repository utilizes .py files rather than .ipynb for greater clarity.

If you use vscode, just use the ipython functionality from .py files.

In order to generate .ipynb file from .py file, you can do the following:

jupytext --to notebook your_script.py

Order of Execution

  • data_import: Import data from database
  • data_preprocess: Apply pre-process method
  • train: Train mapping model and apply model on test data
  • post_process: Apply post-processing method