#playground-series-s6e2

1 messages ยท Page 1 of 1 (latest)

quiet charm
#

๐Ÿ’ช๐Ÿฟ๐Ÿ’ช๐Ÿฟ๐Ÿ’ช๐Ÿฟ

last portal
#

hello...

#

currently ranked #8 willing to answer questions.. my peak rank was 5

dense blaze
#

All my ensembles are just overfitting on OOF noise and translate to worse LB, I tried all sorts of training tricks and different models, but been stuck for 5 days

last portal
# dense blaze All my ensembles are just overfitting on OOF noise and translate to worse LB, I ...

A few things that helped me:

  1. Stop chasing tiny OOF gains and check stability.
  2. Reduce redundancy: try fewer, more diverse models rather than more of the same family.
  3. Blend conservatively: median / p20โ€“p30 often generalizes better than aggressive weights.
  4. If youโ€™re doing OOF stacking, keep the meta model simple (ridge/logistic) and avoid heavy tuning.
  5. If you have a strong single model, sometimes a small ensemble around it beats a large stack.

If you want, share your current model list and CV/LB gaps โ€” happy to take a look.

dense blaze
last portal
#

I have a 0.954 pinned to my profile

#

follow to see future updates ๐Ÿ™‚

dense blaze
#

maybe we should team up if you're up

last portal
#

Is yours just blind blend or do you have an actuall oof as second submission?

#

Iโ€™d be down to team up fs

brittle sail
#

What's your best single model performance? My GeoXGB model gets 0.95342 on the test data, on train/test it gets a bit higher than that. I'm now exploring potential MoE, ensemble and blending approaches with logistical regression, xgboost, catboost, SVM (made feasible through HVRT)

indigo orbit
#

My CV XGBoost ensemble produced a test AUROC of 0.95381 and a CV AUROC of 0.95566

brittle sail
#

Interesting. Yeah I've updated HVRT to 2.5.0 so it uses vectorization for reduction and expansion across partitions, updating GeoXGB to leverage that. It will allow for more rigorous efficient HPO.

There's also a faster HPO variation that GeoXGB was using, but I didn't check whether the way the optimizer module has done it would have a higher ceiling with the slower but better accuracy settings enabled during the search instead of only after.

quaint orbit