This is the default parameter set for xgboost that is used for tuning if no costum parameter set is defined by the user. For a documentation of the parameter see https://github.com/dmlc/xgboost/blob/master/doc/parameter.md. By default this set is used:
Learning rate: Between 0.01
and 0.2
.
Minimum loss required for a split: Between 2^-7 = 0.0078125
and 2^6 = 64
.
Maximum tree depth: Between 3
and 20
.
Subsample ratio of columns per tree: Between 0.5
and 1
.
Subsample ratio of clumns per tree level: Between 0.5
and 1
.
L2 Regularization: Between 2^-10 = 0.00097...
and 2^10 = 1024
.
L1 Regularization: Between 2^-10 = 0.00097...
and 2^10 = 1024
.
Subsample fraction: Between 0.5
and 1
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.