Richard Wong
7699201cb8
Feat: added error analysis for BERT find-back Feat: added direct mapping with unit Feat: added BERT for classification using description only |
||
---|---|---|
analysis | ||
data_import | ||
data_preprocess | ||
evaluation | ||
post_process | ||
train | ||
translation | ||
.gitignore | ||
README.md |
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 databasedata_preprocess
: Apply pre-process methodtrain
: Train mapping model and apply model on test datapost_process
: Apply post-processing method