Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 679 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 679 Bytes

kernel_methods_challenge

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.

Running the code

Install the requirements

$ pip install -r requirements.txt

Run the code

$ python start.py