Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请教几个问题? #3

Closed
c00h00g opened this issue Jun 18, 2017 · 2 comments
Closed

请教几个问题? #3

c00h00g opened this issue Jun 18, 2017 · 2 comments

Comments

@c00h00g
Copy link

c00h00g commented Jun 18, 2017

1、enable_initial_guess这个大概是啥意思?
2、gbdt为啥要加一个bias呢?

@qiyiping
Copy link
Owner

c00h00g 你好,

GBDT是一个additive + boosting模型:

$F(x) = \sum_{i=0}^M{f_i(x)}$

其中$f_0(x)$是 initial guess。

2、gbdt为啥要加一个bias呢?

这里的bias即一个initial guess,即 $f_0(x) = bias$,是一个const function。

1、enable_initial_guess这个大概是啥意思?

考虑到提供一个非const function作为initial guess,所以提供这个选项。

@c00h00g
Copy link
Author

c00h00g commented Jun 19, 2017

thx,看起来是初始化的意思,我理解成bias了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants