EDA.ipynb
includes the exploratory data analysis experimentsData preprocessing.ipynb
includes the experiments for the preprocessing of the datasetFeature engineering.ipynb
includes the experiments for the extraction of the features for the baseline modelBaseline model.ipynb
includes the experiments for the training and evaluation of the baseline modelLLM-based model.ipynb
includes the experiments for the training and evaluation of the LLM-based approach (not finished)
-
Build the image:
docker build . -f docker/<protocol>.Dockerfile -t tag_prediction
-
Run the container:
docker run -v <local/data/path>:<local/data/path> -d -p <host-port>:8080 tag_prediction