Merge pull request #461 from okaoka/fix-parameter-typo

Fix a typo in parameter.md
This commit is contained in:
Tianqi Chen 2015-08-29 10:02:40 -07:00
commit baa3145817

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