Skip to content

Configuration

Vladimir edited this page Oct 20, 2016 · 6 revisions
{
'objective':0,
'internals':
{
'double_precision': false,
'compute_overlap': 2 
},
'verbose':
{
'gpu': true
},
'tree': 
{
'eta': 0.3,
'max_depth': 8,
'gamma': 0.0,
'min_child_weight': 1,
'min_leaf_size': 1,
'colsample_bytree': 1,
'colsample_bylevel': 1,
'lambda': 1.0,
'alpha': 0.0
}
}
Clone this wiki locally