* [R-package] replace uses of T and F with TRUE and FALSE * enable linting * Remove skip Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
Benchmark for Otto Group Competition
This is a folder containing the benchmark for the Otto Group Competition on Kaggle.
Getting started
- Put
train.csvandtest.csvunder thedatafolder - Run the script
- Submit the
submission.csv
The parameter nthread controls the number of cores to run on, please set it to suit your machine.
R-package
To install the R-package of xgboost, please run
devtools::install_github('tqchen/xgboost',subdir='R-package')
Windows users may need to install RTools first.