From a6abdccf01de0fb2d6c53403eca9b88df3f89719 Mon Sep 17 00:00:00 2001 From: Jeremy ATIA Date: Mon, 8 Jun 2015 23:31:12 +0200 Subject: [PATCH] Update understandingXGBoostModel.Rmd a typo for the dimension of the test set --- demo/kaggle-otto/understandingXGBoostModel.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/kaggle-otto/understandingXGBoostModel.Rmd b/demo/kaggle-otto/understandingXGBoostModel.Rmd index f0858e2da..6bd64401d 100644 --- a/demo/kaggle-otto/understandingXGBoostModel.Rmd +++ b/demo/kaggle-otto/understandingXGBoostModel.Rmd @@ -45,7 +45,7 @@ dim(train) train[1:6,1:5, with =F] # Test dataset dimensions -dim(train) +dim(test) # Test content test[1:6,1:5, with =F] @@ -228,4 +228,4 @@ There are 4 documents you may also be interested in: * [xgboostPresentation.Rmd](https://github.com/dmlc/xgboost/blob/master/R-package/vignettes/xgboostPresentation.Rmd): general presentation * [discoverYourData.Rmd](https://github.com/dmlc/xgboost/blob/master/R-package/vignettes/discoverYourData.Rmd): explaining feature analysus * [Feature Importance Analysis with XGBoost in Tax audit](http://fr.slideshare.net/MichaelBENESTY/feature-importance-analysis-with-xgboost-in-tax-audit): use case -* [The Elements of Statistical Learning](http://statweb.stanford.edu/~tibs/ElemStatLearn/): very good book to have a good understanding of the model \ No newline at end of file +* [The Elements of Statistical Learning](http://statweb.stanford.edu/~tibs/ElemStatLearn/): very good book to have a good understanding of the model