← 返回数学题库
2555机器学习困难derivationmedium

Best Valid Split Under a Minimum-Leaf Constraint

题目

Three candidate splits on the same node have Gini gains 0.18, 0.16, and 0.11, with smaller-child sizes 3, 4, and 7 respectively. If the minimum allowed leaf size is 4, which split is actually chosen?

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案