Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork26k
Halving and sample size sensitive hyperparams#31586
-
Hi all, I've been testingHalvingGridSearchCV for a large grid of hyperparams, but always getting really bad winners compared to an exhaustive search. Tracking down the problem I realized what is obvious in hindsight: regularization controls (ridge) where set too high because of the small size of initial rounds samples, so the best candidates were rejected at the beginning. Now, it's not that I can set |
BetaWas this translation helpful?Give feedback.