add cv for python

This commit is contained in:
tqchen
2014-09-03 22:43:55 -07:00
parent 586d6ae740
commit da9c856701
6 changed files with 91 additions and 10 deletions

View File

@@ -4,3 +4,4 @@ XGBoost Python Feature Walkthrough
* [Cutomize loss function, and evaluation metric](custom_objective.py)
* [Boosting from existing prediction](boost_from_prediction.py)
* [Predicting using first n trees](predict_first_ntree.py)
* [Cross validation](cross_validation.py)