Nicolaj Søndergaard Mühlbach
Nicolaj Søndergaard Mühlbach
Hi there! First, I love this library! However, I'm recently facing issues loading the library. I'm running on a Linux server with ``` Python 3.8.8 [GCC 7.3.0] :: Anaconda, Inc....
### Expected behavior I'm hitting this error: `FloatingPointError: underflow encountered in _ndtri_exp_single (vectorized)`, when I'm fitting an `OptunaSearchCV` instance with a XGBoostRegressor, where regularization parameters are sampled too low (I...
### Expected behavior It seems that the `TPESampler` can get stuck and repeatedly sample parameters that result in `NaN`/`None` without ability to move away from these parameters. I cannot reproduce...
Hi maintainers! Love your work! I'm curious if you could explain what the argument `nonconformity_quantiles` does and if it's important to get could predictions of the quantiles? How does it...
Thanks for a great library! When using the arg `always_select`, I expect that the model will always estimate at least `len(always_select)` non-zero coefficients. However, this is not the case (unless...