Skip to content

wenjiaa/kernel_methods_challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.6%
  • Python 5.4%