personal code for hyundai ship tag-mapping project
Go to file
Richard Wong 4715999005 Chore: changed ipynb to py files in the data_preprocess folder
Doc: added descriptions and instructions for the data_preprocess folder
2024-10-29 22:55:22 +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 Chore: changed ipynb to py files in the data_preprocess folder 2024-10-29 22:55:22 +09:00
evaluation [TASK] the entier paper work 2024-09-25 08:52:30 +09:00
post_process/tfidf_class [TASK] the entier paper work 2024-09-25 08:52:30 +09:00
translation [TASK] the entier paper work 2024-09-25 08:52:30 +09:00
.gitignore Chore: re-organized data_import directory to use .py files 2024-10-29 20:07:51 +09:00
README.md Chore: re-organized data_import directory to use .py files 2024-10-29 20:07:51 +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