- set this to ``true`` if training data are unbalanced
- set this to ``true`` if training data are unbalanced
- **Note**: while enabling this should increase the overall performance metric of your model, it will also result in poor estimates of the individual class probabilities
- **Note**: this parameter cannot be used at the same time with ``scale_pos_weight``, choose only **one** of them
- **Note**: this parameter cannot be used at the same time with ``scale_pos_weight``, choose only **one** of them
- ``scale_pos_weight`` :raw-html:`<a id="scale_pos_weight" title="Permalink to this parameter" href="#scale_pos_weight">🔗︎</a>`, default = ``1.0``, type = double, constraints: ``scale_pos_weight > 0.0``
- ``scale_pos_weight`` :raw-html:`<a id="scale_pos_weight" title="Permalink to this parameter" href="#scale_pos_weight">🔗︎</a>`, default = ``1.0``, type = double, constraints: ``scale_pos_weight > 0.0``
...
@@ -698,6 +700,8 @@ Objective Parameters
...
@@ -698,6 +700,8 @@ Objective Parameters
- weight of labels with positive class
- weight of labels with positive class
- **Note**: while enabling this should increase the overall performance metric of your model, it will also result in poor estimates of the individual class probabilities
- **Note**: this parameter cannot be used at the same time with ``is_unbalance``, choose only **one** of them
- **Note**: this parameter cannot be used at the same time with ``is_unbalance``, choose only **one** of them
- ``sigmoid`` :raw-html:`<a id="sigmoid" title="Permalink to this parameter" href="#sigmoid">🔗︎</a>`, default = ``1.0``, type = double, constraints: ``sigmoid > 0.0``
- ``sigmoid`` :raw-html:`<a id="sigmoid" title="Permalink to this parameter" href="#sigmoid">🔗︎</a>`, default = ``1.0``, type = double, constraints: ``sigmoid > 0.0``
// desc = set this to ``true`` if training data are unbalanced
// desc = set this to ``true`` if training data are unbalanced
// desc = **Note**: while enabling this should increase the overall performance metric of your model, it will also result in poor estimates of the individual class probabilities
// desc = **Note**: this parameter cannot be used at the same time with ``scale_pos_weight``, choose only **one** of them
// desc = **Note**: this parameter cannot be used at the same time with ``scale_pos_weight``, choose only **one** of them
boolis_unbalance=false;
boolis_unbalance=false;
// check = >0.0
// check = >0.0
// desc = used only in ``binary`` application
// desc = used only in ``binary`` application
// desc = weight of labels with positive class
// desc = weight of labels with positive class
// desc = **Note**: while enabling this should increase the overall performance metric of your model, it will also result in poor estimates of the individual class probabilities
// desc = **Note**: this parameter cannot be used at the same time with ``is_unbalance``, choose only **one** of them
// desc = **Note**: this parameter cannot be used at the same time with ``is_unbalance``, choose only **one** of them