This commit is contained in:
tqchen
2014-09-04 21:09:52 -07:00
parent f9f982a7aa
commit 512a0f69fd
4 changed files with 39 additions and 4 deletions

View File

@@ -4,4 +4,5 @@ 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)
* [Generalized Linear Model](generalized_linear_model.py)
* [Cross validation](cross_validation.py)