← 返回数学题库
2598机器学习中等数值题medium

Final Prediction After Three Boosting Rounds 23

题目

A boosting model starts from F_0(x)=10. For one observation, the leaf updates along its path are +1.2, -0.5, and +0.8 across three rounds, with learning rate eta=0.1 each round. What is the final prediction?

解题计时

0:00

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

你的答案