-
Notifications
You must be signed in to change notification settings - Fork 1.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
Evaluate training set in the training loop (GBM) #2907
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.
LGTM! Great work smoothing out some rough edges in addition to recording training set metrics.
Completely as a question for another day, would it be possible to remove train_step
from LightGBMRayTrainer
to reduce code duplication? Maybe by recording the various LGBM model classes within their trainer classes?
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.
Nice!
2151f24
to
d856dc9
Compare
for more information, see https://pre-commit.ci
Disable feature filtering to avoid having no features due to small test dataset, see https://stackoverflow.com/a/66405983/5222402
for more information, see https://pre-commit.ci
4ecc3f7
to
70de7d5
Compare
Complement to #2856