What is init_score in lightGBM?
In the tutorial boosting from existing prediction in lightGBM R, there is a init_score
parameter in function setinfo
. I am wondering what init_score
means? In the help page, it says:
init_score
: initial score is the base prediction lightgbm will boost from
Another thing is what does boost mean in lightGBM?
Topic self-study gbm
Category Data Science