data must be download from here and unzipped into the data directory.
- Code can be run with the ipython notebook script
ipython/run.ipynb. - Code for linear regression is contained in
run_lr.py. - Code for random forest is contained in
run_rf_raw.pywhen learning is made on raw data - Code for random forest is contained in
run_rf_raw.pywhen learning is made on modified data