Commit da005221 authored by Seong-Jin Kim's avatar Seong-Jin Kim Committed by Guolin Ke
Browse files

typo (#820)

parent d4ef3156
......@@ -203,7 +203,7 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
* `pred_early_stop_margin`, default=`10.0`, type=double
* The Threshold of margin in early-stopping prediction.
* `use_missing`, default=`true`, type=bool
* Set to `false` will disbale the special handle of missing value.
* Set to `false` will disable the special handle of missing value.
* `zero_as_missing`, default=`false`, type=bool
* Set to `true` will treat all zero as missing values (including the unshown values in libsvm/sparse matrics).
* Set to `false` will use `na` to represent missing values.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment