When passing the init_score parameter to lightgbm for binary targets, do I pass my initial predictions as probabilities or as logit values?

前端 未结 0 1902
轮回少年
轮回少年 2021-02-01 03:29

My understanding of GBMs, is that the trees in the GBM model/predict the logit (log odds) that is then wrapped in the logistic function to get the final probability prediction.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题