From d25efb646849106ac023464382d76c2300bf63a9 Mon Sep 17 00:00:00 2001 From: Preston Parry Date: Sat, 7 Nov 2015 22:27:39 -0800 Subject: [PATCH] punctuation update --- doc/parameter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/parameter.md b/doc/parameter.md index 057e52c99..6d39ae683 100644 --- a/doc/parameter.md +++ b/doc/parameter.md @@ -1,6 +1,6 @@ XGBoost Parameters ================== -Before running XGboost, we must set three types of parameters, general parameters, booster parameters and task parameters: +Before running XGboost, we must set three types of parameters: general parameters, booster parameters and task parameters. - General parameters relates to which booster we are using to do boosting, commonly tree or linear model - Booster parameters depends on which booster you have chosen - Learning Task parameters that decides on the learning scenario, for example, regression tasks may use different parameters with ranking tasks.