change higgs script, remove R wrapper

This commit is contained in:
tqchen
2014-08-27 21:13:04 -07:00
parent 7ab45b3e64
commit 12b19c97fa
11 changed files with 10 additions and 8951 deletions

View File

@@ -1,5 +1,6 @@
# include xgboost library, must set chdir=TRURE
source("../../wrapper/xgboost.R", chdir=TRUE)
# install xgboost package, see R-package in root folder
require(xgboost)
require(methods)
modelfile <- "higgs.model"
outfile <- "higgs.pred.csv"