-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GH-6723 - AdaBoost #15639
GH-6723 - AdaBoost #15639
Conversation
a2a2118
to
d4c7d53
Compare
6f024ec
to
df188df
Compare
18e679e
to
719a356
Compare
Good Job @valenad1! I have just a few suggestions. |
Thank you Adam for the great implementation. I don't have any more suggestions. @maurever : Please approve when you are satisfied. Thanks, Wendy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @valenad1, LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great change!
… - works similarly to scikit on prostate, airlines, and higgs
… the created weights collumn will always be the one we use
…re that the created weights collumn will always be the one we use
44867f5
to
aeaa11b
Compare
#6723
Implementation of AdaBoost algorithm.
Algorithm input
Whole algorithm output from training
Algorithm output from scoring
Computing time benchmark compared to H2O GBM on higgs dataset - training
Prediction performance on prostate dataset
Reported on validation dataset