From da0bb3f44e1baa28175a990848a1d3d6cc1939a1 Mon Sep 17 00:00:00 2001 From: Bing Xu Date: Fri, 16 May 2014 01:30:29 -0400 Subject: [PATCH] Update README.md --- demo/kaggle-higgs/README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/demo/kaggle-higgs/README.md b/demo/kaggle-higgs/README.md index b2ec971bd..2413b2ad7 100644 --- a/demo/kaggle-higgs/README.md +++ b/demo/kaggle-higgs/README.md @@ -1,10 +1,20 @@ -This is the folder giving example of how to use XGBoost to run Kaggle Higgs competition +Guide for Kaggle Higgs Challenge +===== -to run the script, put training.csv test.csv on folder './data' (you can create a symbolic link) +This is the folder giving example of how to use XGBoost Python Module to run Kaggle Higgs competition + +This script will achieve about 3.600 AMS score in public leadboard. To get start, you need do following step: + +1. Compile the XGBoost python lib +```bash +cd ../../python +make +``` +2. Put training.csv test.csv on folder './data' (you can create a symbolic link) + +3. Run ./run.sh -run ./run.sh -you need to compile xgboost python model in ../../python