Fix a typo

This commit is contained in:
okaoka 2015-08-29 19:45:11 +09:00
parent 57a43e9da7
commit 632fdc3e19

View File

@ -105,7 +105,7 @@ The following parameters are only used in the console version of xgboost
* task [default=train] options: train, pred, eval, dump
- train: training using data
- pred: making prediction for test:data
- eval: for evaluating statistics specified by eval[name]=filenam
- eval: for evaluating statistics specified by eval[name]=filename
- dump: for dump the learned model into text format(preliminary)
* model_in [default=NULL]
- path to input model, needed for test, eval, dump, if it is specified in training, xgboost will continue training from the input model