Skip to content

Jessica Leal, Philipp Schmidt, Tim Kreienkamp - Data Science BGSE Machine Learning Competition

Notifications You must be signed in to change notification settings

TimKreienkamp/ML-Competition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Competition

Jessica Leal, Philipp Schmidt, Tim Kreienkamp - Data Science BGSE Machine Learning Competition

This is the repository for Team 2 aka Mr Pink's collaboration on the Machine Learning Competition at BGSE Data Science 2015.

#Usage

This project utilizes h2o, which in turn depends on java. To install a JDK (Java Developer kit) proceed according to your OS.

To run the script, you also need to set your working directory to the folder where you downloaded this repo.

The code that makes up our (hopefully) winning solution lives in recursive_feature_elimination.R

The report lives in the doc folder.

Ubuntu

sudo apt-get update
sudo apt-get install openjdk-7-jre
nano ~/.bash_profile

update the path variable

export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64;
export JRE_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64;
export PATH=/usr/sbin:/usr/bin:/sbin:/bin:$JRE_HOME/bin;

reboot and you are good to go!

#Windows see http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jdk-installation-windows.html

Mac

see http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html

About

Jessica Leal, Philipp Schmidt, Tim Kreienkamp - Data Science BGSE Machine Learning Competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •