add more docs

This commit is contained in:
tqchen
2015-04-19 00:55:11 -07:00
parent ee112353cb
commit 5123b07d73
6 changed files with 315 additions and 0 deletions

View File

@@ -7,3 +7,5 @@ XGBoost Python Feature Walkthrough
* [Generalized Linear Model](generalized_linear_model.py)
* [Cross validation](cross_validation.py)
* [Predicting leaf indices](predict_leaf_indices.py)
* [Sklearn Wrapper](sklearn_example.py)
* [External Memory](external_memory.py)