EDA.ipynbincludes the exploratory data analysis experimentsData preprocessing.ipynbincludes the experiments for the preprocessing of the datasetFeature engineering.ipynbincludes the experiments for the extraction of the features for the baseline modelBaseline model.ipynbincludes the experiments for the training and evaluation of the baseline modelLLM-based model.ipynbincludes 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