From 6bcf35f2e19bccd44da04a17e37b75025cec1c0b Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 23 Aug 2015 22:06:38 -0700 Subject: [PATCH] minor --- doc/faq.md | 4 ++++ doc/index.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/faq.md b/doc/faq.md index 63f949fad..32dc5a1b3 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -6,6 +6,10 @@ How to tune parameters ---------------------- See [Parameter Tunning Guide](param_tuning.md) +Description on the model +------------------------ +See [Introduction to Boosted Trees](model.md) + I have a big dataset -------------------- diff --git a/doc/index.md b/doc/index.md index 4c9abe9b9..40b7c5192 100644 --- a/doc/index.md +++ b/doc/index.md @@ -52,7 +52,7 @@ This section is about blogposts, presentation and videos discussing how to use x User Guide ---------- * [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 R](../R-package/vignettes/xgboostPresentation.Rmd) * [Learning to use XGBoost by Example](../demo)