🧠 Daily Study Log [2025-06-29]
Today was fully dedicated to optimizing ensemble strategies for the SCU_Competition.
I experimented with weighted voting, seed diversity, and OOF-based stacking to push the model’s generalization performance.


πŸ“Š SCU_Competition β€” Submission 26–30

Focus: Enhancing AUC score with tuned ensemble strategies and classic feature refinement
Model: LGBMClassifier, soft voting ensemble, OOF-based stacking

Strategies Applied:

Key Observations:

βœ… Takeaways


🎯 Next Steps


βœ… TL;DR

πŸ“ Voting: Weighted ensemble of well-tuned models gave stable results
πŸ“ Stacking: OOF-based meta-model overfitted β€” needs better regularization
πŸ“ Classic: Clean features + smart interaction boosted performance (best AUC 0.8968)