Update param.h
This commit is contained in:
parent
90ade3bb84
commit
2159d18f0b
@ -50,6 +50,7 @@ struct TrainParam{
|
||||
/*! \brief constructor */
|
||||
TrainParam(void) {
|
||||
learning_rate = 0.3f;
|
||||
min_split_loss = 0.0f;
|
||||
min_child_weight = 1.0f;
|
||||
max_depth = 6;
|
||||
reg_lambda = 1.0f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user