What is the use of base_score in xgboost multiclass working?

断了今生、忘了曾经 提交于 2020-06-17 09:33:40

问题


I am trying to explore the working of Xgboost binary classification as well as for multi-class. In case of binary class, i observed that base_score is considered as starting probability and it also showed major impact while calculating Gain and Cover.

In case of multi-class, i am not able to figure out the importance of base_score parameter because it showed me the same value of Gain and Cover for different(any) values of base_score.

Also i am unable to find out why factor of 2 is there while calculating cover for multi-class i.e. 2*p*(1-p)

Can someone help me on these two parts?

来源:https://stackoverflow.com/questions/62350750/what-is-the-use-of-base-score-in-xgboost-multiclass-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!