Commit 1446db35 authored by Guolin Ke's avatar Guolin Ke
Browse files

Merge branch 'master' of https://github.com/Microsoft/LightGBM

parents 091b4139 e287a819
......@@ -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