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

Minimal Variance Sampling in Stochastic Gradient Boosting #2644

Closed
StrikerRUS opened this issue Dec 20, 2019 · 5 comments
Closed

Minimal Variance Sampling in Stochastic Gradient Boosting #2644

StrikerRUS opened this issue Dec 20, 2019 · 5 comments

Comments

@StrikerRUS
Copy link
Collaborator

Summary

MVS can be considered as an improved version of the Gradient-based One-Side Sampling (GOSS, see details in the paper) implemented in LightGBM, which samples a given number of top examples by values |gi| with the probability 1 and samples other examples with the same fixed probability. Due to the theoretical basis, MVS provides a lower variance of the estimate Eg than GOSS.

References

Docs:

Code:

NeurIPS 2019 Poster:

NeurIPS 2019 Paper:

@StrikerRUS
Copy link
Collaborator Author

Closed in favor of being in #2302. We decided to keep all feature requests in one place.

Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.

@guolinke
Copy link
Collaborator

refer to https://github.com/ibr11/LightGBM

@StrikerRUS
Copy link
Collaborator Author

@guolinke Exciting!
However, the author disabled possibility to open issues in that repo and I can't find their contact info in the GitHub profile to ask for creating a PR.

What do you think about borrowing that code with referring to the author. I guess if the author wished to contribute to the upstream repo, it was enough time to do it from the latest commits...

@StrikerRUS
Copy link
Collaborator Author

Uhhh, just noticed that this is one of the authors of MVS!

@StrikerRUS
Copy link
Collaborator Author

Closing according to #5091 (comment).

Welcome to contribute this feature! Feel free to fork https://github.com/microsoft/LightGBM/tree/mvs_dev branch.

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

Successfully merging a pull request may close this issue.

3 participants