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.
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
see http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html