DOC: Added caret_wrapper.R link into demo/README.md

This commit is contained in:
Yuan Tang (Terry) 2015-09-10 23:23:30 -04:00
parent 0fe182d3c3
commit 62e95dcc60

View File

@ -1,6 +1,7 @@
XGBoost R Feature Walkthrough XGBoost R Feature Walkthrough
==== ====
* [Basic walkthrough of wrappers](basic_walkthrough.R) * [Basic walkthrough of wrappers](basic_walkthrough.R)
* [Train a xgboost model from caret library](caret_wrapper.R)
* [Cutomize loss function, and evaluation metric](custom_objective.R) * [Cutomize loss function, and evaluation metric](custom_objective.R)
* [Boosting from existing prediction](boost_from_prediction.R) * [Boosting from existing prediction](boost_from_prediction.R)
* [Predicting using first n trees](predict_first_ntree.R) * [Predicting using first n trees](predict_first_ntree.R)