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

Boosting Rate in Regression #4

Open
PolarBearXBK opened this issue Feb 5, 2021 · 2 comments
Open

Boosting Rate in Regression #4

PolarBearXBK opened this issue Feb 5, 2021 · 2 comments

Comments

@PolarBearXBK
Copy link

Hi,
I was wondering why in line 148 of GrowNet/Regression/main_reg_cv.py
loss = loss_f1(net_ensemble.boost_rate * out, grad_direction) # T
the boosting rate needed to be multiplied with the outputs of the current model? With traditional boosting ideas it seems like training should be done directly on residuals. without the boosting rate. Is there something here that I'm missing? Thanks!

@sbadirli
Copy link
Owner

sbadirli commented Feb 9, 2021

Hi,

I am sorry for the late response, I am quite busy due to my PhD stuff right now. I will get back to you asap.

@PolarBearXBK
Copy link
Author

No worries, thanks for your time and good luck with your PhD

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