minor wording update

just clarifying some of the language describing the parameters
This commit is contained in:
Preston Parry 2015-10-28 20:10:21 -07:00
parent 1dcedb23ec
commit 6d35bd2421

View File

@ -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