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

uBoost Convergence #52

Open
gmarceca opened this issue Jun 14, 2018 · 1 comment
Open

uBoost Convergence #52

gmarceca opened this issue Jun 14, 2018 · 1 comment
Labels

Comments

@gmarceca
Copy link

gmarceca commented Jun 14, 2018

Hello,

How could I check the convergence of uBoost when using uniforming_rate (alpha) != 0?. When I plot the log-loss metric vs number of boostings I see it increases, with a rate proportional to the alpha value used. You can see this trend in the plot attached. On the other hand, I can make the log-loss to converge with another hyper-parameter configuration (for the same alpha) but then I don't get an uniform selection. How can I deal with this?, does it mean that the log-loss is not a good metric to check convergence in this case?.
uboost_vs_adaboost.pdf

Thanks very much,
Gino

@arogozhnikov
Copy link
Owner

arogozhnikov commented Jun 15, 2018

Hi Gino,

for uBoost convergence is something poorly defined.

  • first, uBoost has no optimization target (contrary say to AdaBoost, GBDT, GB+FL)
  • second, the way it operates quite often drives to bias in weights in one of direction - thus probabilities may become very biased, thus loss may diverge

Among options, I recommend to monitor ROC AUC on validation set or some similar discriminative measure.

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

No branches or pull requests

2 participants