← 返回数学题库
2566机器学习简单数值题short

Choose the Weakest-Link Node to Prune 24

题目

Node A would have leaf error 12 if pruned, while its current subtree has error 7 and 3 leaves. Node B would have leaf error 9 if pruned, while its current subtree has error 6 and 2 leaves. Which node is the weaker link and should be pruned first under cost-complexity pruning?

解题计时

0:00

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

你的答案