This commit is contained in:
tqchen 2015-08-23 22:06:38 -07:00
parent 3c114262aa
commit 6bcf35f2e1
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ How to tune parameters
---------------------- ----------------------
See [Parameter Tunning Guide](param_tuning.md) See [Parameter Tunning Guide](param_tuning.md)
Description on the model
------------------------
See [Introduction to Boosted Trees](model.md)
I have a big dataset I have a big dataset
-------------------- --------------------

View File

@ -52,7 +52,7 @@ This section is about blogposts, presentation and videos discussing how to use x
User Guide User Guide
---------- ----------
* [Frequently Asked Questions](faq.md) * [Frequently Asked Questions](faq.md)
* [Introduction to the model behind XGBoost](model.md) * [Introduction to Boosted Trees](model.md)
* [Using XGBoost in Python](python/python_intro.md) * [Using XGBoost in Python](python/python_intro.md)
* [Using XGBoost in R](../R-package/vignettes/xgboostPresentation.Rmd) * [Using XGBoost in R](../R-package/vignettes/xgboostPresentation.Rmd)
* [Learning to use XGBoost by Example](../demo) * [Learning to use XGBoost by Example](../demo)