ja-thomas / autoxgboost

autoxgboost - Automatic tuning and fitting of xgboost
Other
120 stars 19 forks source link

min_child_weight missing in default parsets #54

Closed giuseppec closed 5 years ago

giuseppec commented 5 years ago

In https://github.com/ja-thomas/autoxgboost/blob/master/R/autoxgbparset.R the is missing in both autoxgbparset and autoxgbparset.mixed. Is there a reason why?

ja-thomas commented 5 years ago

Yes, I didn't add all available parameters. For this I'm really unsure about reasonable bounds and it is "just" another regularizer, so I'm unsure how important it actually is.

giuseppec commented 5 years ago

Ok, thx for clarification. In any case the user can extend the paramset anyway. I am therefeore closing this.