ja-thomas / autoxgboost

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

I dislike the boundaries of the slope and trust param #34

Closed ja-thomas closed 6 years ago

ja-thomas commented 6 years ago
impactencodingparset = makeParamSet(
  makeNumericParam("slope.param", lower = 2^-10, upper = 2^12),
  makeNumericParam("trust.param", lower = 0L, upper = 2^12)
)

But I'm not sure what nice boundaries are. Let's wait for some benchmarks and see and adapt then

ja-thomas commented 6 years ago

obsolete since 385f3cd