Commit e287a819 authored by Laurae's avatar Laurae Committed by Guolin Ke
Browse files

Add boost_from_average to docs (#354)

parent 76990797
......@@ -183,6 +183,8 @@ The parameter format is ```key1=value1 key2=value2 ... ``` . And parameters can
* parameter used to safeguard optimization
* ```scale_pos_weight```, default=```1.0```, type=double
* weight of positive class in binary classification task
* ```boost_from_average```, default=```true```, type=bool
* adjust initial score of each observation to the mean of each class for faster convergence
* ```is_unbalance```, default=```false```, type=bool
* used in binary classification. Set this to ```true``` if training data are unbalance.
* ```max_position```, default=```20```, type=int
......
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