• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Nov-2021-

README.MDH A D22-Nov-2021665 2314

otto_train_pred.RH A D22-Nov-20211.2 KiB4430

understandingXGBoostModel.RmdH A D22-Nov-20219.6 KiB232155

README.MD

1Benchmark for Otto Group Competition
2=========
3
4This is a folder containing the benchmark for the [Otto Group Competition on Kaggle](http://www.kaggle.com/c/otto-group-product-classification-challenge).
5
6## Getting started
7
81. Put `train.csv` and `test.csv` under the `data` folder
92. Run the script
103. Submit the `submission.csv`
11
12The parameter `nthread` controls the number of cores to run on, please set it to suit your machine.
13
14## R-package
15
16To install the R-package of xgboost, please run
17
18```r
19devtools::install_github('tqchen/xgboost',subdir='R-package')
20```
21
22Windows users may need to install [RTools](http://cran.r-project.org/bin/windows/Rtools/) first.
23