-
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
[R-package] construct dataset earlier in lgb.train and lgb.cv (fixes #3583) #3598
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.
Thanks so much for your contribution!
Based on the results from tests, I think a few more changes are required.
In addition to the specific suggestions I left, can you please fix all the linting issues noted in https://travis-ci.org/github/microsoft/LightGBM/jobs/745983264?
You can replicate linting locally by running this from the root of the repo
Rscript .ci/lint_r_code.R $(pwd)
Co-authored-by: James Lamb <[email protected]>
Co-authored-by: James Lamb <[email protected]>
Co-authored-by: James Lamb <[email protected]>
Co-authored-by: James Lamb <[email protected]>
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.
Looks great, thanks so much for taking the time to contribute! Come back any time!
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. |
Pull request to fix #3583 , I think this is ready to review, please let me know if there anything I've missed!