Our attempt for the Kaggle data challenge Machine learning with kernel methods 2021 where we achieved 0.64600 accuracy and ranked 52th.
We implement various classification models. For our submission, we used the spectrum kernel with tuned hyperparameter k.
- Python 3
- numpy
Clone the repository
git clone https://github.com/MB-29/kernel-challengeand move to the root directory
cd kernel-challengeReproduce our submission by running the script predict_spectrum.py
python predict_spectrum.py path_to_data_directory