This is the repository for the 3rd place solution in the 2023 Ariel Data Challenge.
- download the data from the ADC 2023 challenge website, and place it in the
data
directory- check the
training_path
variables in the notebooks and adjust if needed
- check the
python=3.11.3
was used- install the packages from the
requirements.txt
file - for spectral scores and taurex3, please see the notes below (used in final_inference.ipynb)
- code in the
base_code
directory is from the Baseline github repository provided by UCL - code in
tabnet
directory is from a TabNet for Tensorflow 2.0 repository - for details on calculating the spectral scores, and setting up TauREx3, please see the Metrics section of the baseline repository