datafolder: contains constants about datasets.Modelsfolder: contains trainings' results.preprocessingfolder: contains scripts and functions used for preprocessing operations.miscfolder: contains miscellanous scripts and outputs that helped while developing the project, but they aren't used for the project's purpose.- current working directory: contains the 8 python script files responsible for the trainings and the collection of the metrics.
- Install Python 3.11
- Install requirements
pip install -r requirements.txt - Change datasets' paths inside the scripts
- Run script
python <training_script_name.py>