From 511d74c63111d34788021e0a8973ab4e94508f25 Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Wed, 15 Apr 2015 18:46:28 +0200 Subject: [PATCH] clean --- demo/kaggle-otto/README.MD | 25 ------------------------- demo/kaggle-otto/readme.md | 22 ---------------------- 2 files changed, 47 deletions(-) delete mode 100644 demo/kaggle-otto/README.MD delete mode 100644 demo/kaggle-otto/readme.md diff --git a/demo/kaggle-otto/README.MD b/demo/kaggle-otto/README.MD deleted file mode 100644 index 0c7bd45a4..000000000 --- a/demo/kaggle-otto/README.MD +++ /dev/null @@ -1,25 +0,0 @@ -Benckmark for Otto Group Competition -========= - -This is a folder containing the benchmark for the [Otto Group Competition on Kaggle](http://www.kaggle.com/c/otto-group-product-classification-challenge). - -## Getting started - -1. Put `train.csv` and `test.csv` under the `data` folder -2. Run the script -3. 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 - -```r -devtools::install_github('tqchen/xgboost',subdir='R-package') -``` - -Windows users may need to install [RTools](http://cran.r-project.org/bin/windows/Rtools/) first. - - - diff --git a/demo/kaggle-otto/readme.md b/demo/kaggle-otto/readme.md deleted file mode 100644 index 53b0bd8d5..000000000 --- a/demo/kaggle-otto/readme.md +++ /dev/null @@ -1,22 +0,0 @@ -Benckmark for Otto Group Competition -========= - -This is a folder containing the benchmark for the [Otto Group Competition on Kaggle](http://www.kaggle.com/c/otto-group-product-classification-challenge). - -## Getting started - -1. Put `train.csv` and `test.csv` under the `data` folder -2. Run the script -3. 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 - -```r -devtools::install_github('tqchen/xgboost',subdir='R-package') -``` - -Windows users may need to install [RTools](http://cran.r-project.org/bin/windows/Rtools/) first. \ No newline at end of file