-
Notifications
You must be signed in to change notification settings - Fork 834
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
fix: add seed parameters to lightgbm #1387
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
427a2ee
to
2b11c28
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1387 +/- ##
==========================================
- Coverage 84.57% 84.48% -0.10%
==========================================
Files 291 284 -7
Lines 14454 14395 -59
Branches 715 710 -5
==========================================
- Hits 12225 12162 -63
- Misses 2229 2233 +4
Continue to review full report at Codecov.
|
ce1c94c
to
79c98bc
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
79c98bc
to
eed1176
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
eed1176
to
64e20fc
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
64e20fc
to
a4c6577
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
a4c6577
to
3fc9460
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
0eee9c1
to
cd399dd
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
cd399dd
to
013df51
Compare
013df51
to
a32a995
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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 Ilya!!!
using same dataset and same parameters while trained two different model #1332
[LightGBM] Cannot set random seed value for LightGBM Classifier for reproducibility #928
[LightGBM]Request to add some parameters(min_data_per_group, min_data_in_bin, cat_l2, max_cat_threshold, feature_fraction_seed, ...) from original LightGBM which are very important for training with higher accuracy #997
lightgbm run twice with the same parameters, but got different result in validation #564