Formatting fixed for CLI parameters (#2145)

Fixed list of parameters format for CLI mode
This commit is contained in:
Denis M Korzhenkov 2017-03-24 18:54:58 +03:00 committed by Tianqi Chen
parent 5c13aa0a8a
commit 332aea26a3

View File

@ -184,15 +184,15 @@ Command Line Parameters
----------------------- -----------------------
The following parameters are only used in the console version of xgboost The following parameters are only used in the console version of xgboost
* use_buffer [ default=1 ] * use_buffer [ default=1 ]
- Whether to create a binary buffer from text input. Doing so normally will speed up loading times - Whether to create a binary buffer from text input. Doing so normally will speed up loading times
* num_round * num_round
- The number of rounds for boosting - The number of rounds for boosting
* data * data
- The path of training data - The path of training data
* test:data * test:data
- The path of test data to do prediction - The path of test data to do prediction
* save_period [default=0] * save_period [default=0]
- the period to save the model, setting save_period=10 means that for every 10 rounds XGBoost will save the model, setting it to 0 means not saving any model during the training. - the period to save the model, setting save_period=10 means that for every 10 rounds XGBoost will save the model, setting it to 0 means not saving any model during the training.
* task [default=train] options: train, pred, eval, dump * task [default=train] options: train, pred, eval, dump
- train: training using data - train: training using data
- pred: making prediction for test:data - pred: making prediction for test:data