From fe32725fa0062f951e45f72aa4606e54402f3698 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 1 May 2015 15:58:51 -0700 Subject: [PATCH] Update README.md --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index a56d573e5..d9884c682 100644 --- a/doc/README.md +++ b/doc/README.md @@ -6,9 +6,9 @@ List of Documentations * [External Memory Version](external_memory.md) * [Text input format](input_format.md) * [Build Instruction](build.md) -* [Notes on Parameter Tunning](build.md) * [Notes on the Code](../src) * List of all parameters and their usage: [Parameters](parameter.md) + - [Notes on Parameter Tunning](param_tuning.md) * Learning about the model: [Introduction to Boosted Trees](http://homes.cs.washington.edu/~tqchen/pdf/BoostedTree.pdf) How to get started