DOC: Added new demo to index
This commit is contained in:
parent
d3bb466026
commit
9ead44531e
@ -1,4 +1,5 @@
|
|||||||
basic_walkthrough Basic feature walkthrough
|
basic_walkthrough Basic feature walkthrough
|
||||||
|
caret_wrapper Use xgboost to train in caret library
|
||||||
custom_objective Cutomize loss function, and evaluation metric
|
custom_objective Cutomize loss function, and evaluation metric
|
||||||
boost_from_prediction Boosting from existing prediction
|
boost_from_prediction Boosting from existing prediction
|
||||||
predict_first_ntree Predicting using first n trees
|
predict_first_ntree Predicting using first n trees
|
||||||
|
|||||||
@ -9,3 +9,4 @@ demo(create_sparse_matrix)
|
|||||||
demo(predict_leaf_indices)
|
demo(predict_leaf_indices)
|
||||||
demo(early_stopping)
|
demo(early_stopping)
|
||||||
demo(poisson_regression)
|
demo(poisson_regression)
|
||||||
|
demo(caret_wrapper)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user