XGBoost gamma (min_split_loss): The Minimum Loss Reduction Gate on Every Split
This story is from 2026-09-02. It is preserved in the archive; the latest stories are on the live feed.
XGBoost gamma (alias min_split_loss ): The Loss-Reduction Gate That Decides If a Split Is Worth It Quick Answer: gamma — also called min_split_loss — is the minimum loss reduction a split must produce before XGBoost will bother making it. Default is 0 , which means "split whenever it helps at all."…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-02 04:30 · DEV Community — AI
XGBoost gamma (min_split_loss): The Minimum Loss Reduction Gate on Every Split