-
Notifications
You must be signed in to change notification settings - Fork 5
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
FairGBM implementation #1
Conversation
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.
Nothing major to change, overall looks good. There are two types of comments. Some explicitly say that they are to be tackled later because of our urgency.
In those cases you should open an issue per each of those comments so we don't lose them.
There is major refactor and optimization work ahead in include/LightGBM/objective_function.h, so I'm counting on keeping it as it is for now, as it seems to work, and we'll tackle this in stage 2.
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.
Just finished reviewing all the feedback. It was very thorough, thanks!
I answered all comments before resolving them, so please take a look at the answers and feel free to unresolve any threads.
I also left a few unresolved comments, which are yet unaddressed.
TODO: one major thing that I have to do is to move all config changes to the config.cpp
and generate the correct config_auto.cpp
- Issue #3
All "<10 lines" code changes applied. I left major refactors to a couple of weeks from now, but all should have some corresponding issue on GH. |
All comments reviewed; ping me before you merge! |
f74ff6f
to
52211ce
Compare
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.
👏 great work! Squash & merge it! :D
7db0a5e
to
61621b2
Compare
Applied all code changes pertaining to the FairGBM implementation.
Let me know if you have any questions!