From 8aa739d37454565cc73284875a60663e51d944a1 Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Tue, 5 May 2015 23:49:12 +0200 Subject: [PATCH] fix --- demo/kaggle-otto/understandingXGBoostModel.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demo/kaggle-otto/understandingXGBoostModel.Rmd b/demo/kaggle-otto/understandingXGBoostModel.Rmd index 21773b2e8..d6b82718a 100644 --- a/demo/kaggle-otto/understandingXGBoostModel.Rmd +++ b/demo/kaggle-otto/understandingXGBoostModel.Rmd @@ -218,5 +218,6 @@ Going deeper There are two documents you may want to check to go deeper: -* [discoverYourData.Rmd](https://github.com/dmlc/xgboost/blob/master/R-package/vignettes/discoverYourData.Rmd) -* [xgboostPresentation.Rmd](https://github.com/dmlc/xgboost/blob/master/R-package/vignettes/xgboostPresentation.Rmd) +* [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