DOC: Added new demo to index

This commit is contained in:
terrytangyuan 2015-09-08 10:54:07 -04:00
parent d3bb466026
commit 9ead44531e
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
basic_walkthrough Basic feature walkthrough
caret_wrapper Use xgboost to train in caret library
custom_objective Cutomize loss function, and evaluation metric
boost_from_prediction Boosting from existing prediction
predict_first_ntree Predicting using first n trees

View File

@ -9,3 +9,4 @@ demo(create_sparse_matrix)
demo(predict_leaf_indices)
demo(early_stopping)
demo(poisson_regression)
demo(caret_wrapper)