2014-09-03 13:13:54 -07:00

7 lines
331 B
Markdown

XGBoost Python Feature Walkthrough
====
* [Basic walkthrough of wrappers](guide-python/basic.py)
* [Cutomize loss function, and evaluation metric](guide-python/custom_objective.py)
* [Boosting from existing prediction](guide-python/boost_from_prediction.py)
* [Predicting using first n trees](guide-python/predict_first_ntree.py)