-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[docs] add quantized training paper to docs #5923
Conversation
Thank you! |
README.md
Outdated
@@ -145,6 +145,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope | |||
Reference Papers | |||
---------------- | |||
|
|||
Yu Shi, Guolin Ke, Zhuoming Chen, Shuxin Zheng, Tie-Yan Liu. "Quantized Training of Gradient Boosting Decision Trees" ([link](https://papers.nips.cc/paper_files/paper/2022/file/77911ed9e6e864ca1a3d165b2c3cb258-Paper-Conference.pdf)). Advances in Neural Information Processing Systems 35 (NeurIPS 2022), pp. 18822-18833. |
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.
I saw once that linking directly to the PDF was kind of rude, maybe it should point to: https://papers.nips.cc/paper_files/paper/2022/hash/77911ed9e6e864ca1a3d165b2c3cb258-Abstract.html instead? I see the two below do exactly that
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.
Totally fine with me.
Updated in 6e59758.
For my own knowledge... what's rude about it? Just that clicking it could trigger a download instead of opening a tab in your browser?
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.
I think I saw it in a tweet from Andrej Karpathy but it was something like that. Some phones automatically download the file, also you may just want to read the abstract before actually going to the paper.
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.
iiiinteresting. Ok yeah makes sense to me! Thanks for telling me about that 😊
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.
Sorry for necroposting. I accidentally found this thread and think it might be useful to provide a link to detailed answer for those who come here from search engines.
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.
It's ok, thanks very much for sharing this!
That answer is fantastic. I just added it to my bookmarked list of things to share in PR reviews, appreciate you sharing it!
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Contributes to #5606.
Adds the quantized training paper to the README alongside other papers.
@shiyu1994 @guolinke are there any others you'd like me to add?