This commit is contained in:
tqchen
2014-09-03 13:20:23 -07:00
parent 7a61f0dca2
commit 60e1167b56
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
XGBoost Python Feature Walkthrough
====
* [Basic walkthrough of wrappers](basic_walkthrough.py)
* [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)