From e0fd60f4e5a492adefa9ae4bef353b9d9a526b80 Mon Sep 17 00:00:00 2001 From: Saumya Bhatnagar Date: Sun, 7 Oct 2018 00:42:54 +0530 Subject: [PATCH] [doc] Fix link in rank demo README.md . (#3759) --- demo/rank/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/rank/README.md b/demo/rank/README.md index f8bd5b1b7..706f09cd4 100644 --- a/demo/rank/README.md +++ b/demo/rank/README.md @@ -1,6 +1,6 @@ Learning to rank ==== -XGBoost supports accomplishing ranking tasks. In ranking scenario, data are often grouped and we need the [group information file](../../doc/tutorials/input_format.md#group-input-format) to specify ranking tasks. The model used in XGBoost for ranking is the LambdaRank, this function is not yet completed. Currently, we provide pairwise rank. +XGBoost supports accomplishing ranking tasks. In ranking scenario, data are often grouped and we need the [group information file](../../doc/tutorials/input_format.rst#group-input-format) to specify ranking tasks. The model used in XGBoost for ranking is the LambdaRank, this function is not yet completed. Currently, we provide pairwise rank. ### Parameters The configuration setting is similar to the regression and binary classification setting, except user need to specify the objectives: