From 6d35bd2421e268a5130c6b19086deadf7f3eb9a6 Mon Sep 17 00:00:00 2001 From: Preston Parry Date: Wed, 28 Oct 2015 20:10:21 -0700 Subject: [PATCH] minor wording update just clarifying some of the language describing the parameters --- doc/parameter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/parameter.md b/doc/parameter.md index ba0a18870..057e52c99 100644 --- a/doc/parameter.md +++ b/doc/parameter.md @@ -97,9 +97,9 @@ Command Line Parameters ----------------------- The following parameters are only used in the console version of xgboost * use_buffer [ default=1 ] - - whether create binary buffer for text input, this normally will speedup loading when do + - Whether to create a binary buffer from text input. Doing so normally will speed up loading times * num_round - - the number of round for boosting. + - The number of rounds for boosting * data - The path of training data * test:data