2014-05-16 18:19:57 -07:00

327 B

This is the folder giving example of how to use XGBoost to run Kaggle Higgs competition

to run the script, put training.csv test.csv on folder './data' (you can create a symbolic link)

run ./run.sh

you need to compile xgboost python model in ../../python

speedtest.py compares xgboost's speed on this dataset with sklearn