Authors : Meryem Jaaidan and Wenjia Fang
Github repository with methods implemented from scratch from the data challenge from the Kernel Methods course at MVA.
In order to run our code, after cloning the repository, you have to follow these steps :
$ cd kernel_methods_challenge
- The results are saved in the
results
folder. - The code for the methods is in the
src/methods
folder. - The code for the data is in the
data
folder. - The code for the utils is in the
src/utils
folder.
$ pip install -r requirements.txt
$ python start.py