Richard Wong
67f3712ea6
Doc: added README.md explaining purpose of each file and instructions |
||
---|---|---|
data_import | ||
data_preprocess | ||
evaluation | ||
post_process/tfidf_class | ||
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