This commit is contained in:
tqchen
2015-04-19 13:58:46 -07:00
parent a1fdff0522
commit 0220a22ca4
3 changed files with 6 additions and 11 deletions

View File

@@ -1,11 +1,13 @@
List of Documentations
====
* [Parameters](parameter.md)
* [Using XGBoost in Python](python.md)
* [Using XGBoost in R](../R-package/vignettes/xgboostPresentation.Rmd)
* [Learning to use xgboost by example](../demo)
* [External Memory Version](external_memory.md)
* [Text input format](input_format.md)
* [Notes on the Code](../src)
* [Parameters](parameter.md)
* Learning about the model: [Introduction to Boosted Trees](http://homes.cs.washington.edu/~tqchen/pdf/BoostedTree.pdf)
How to get started
====