-
Notifications
You must be signed in to change notification settings - Fork 184
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
Improves lightgbm conversion speed #491
Conversation
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
This pull request introduces 1 alert and fixes 3 when merging ce75d85 into cf660f0 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request fixes 3 alerts when merging b099fe3 into cf660f0 - view on LGTM.com fixed alerts:
|
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
This pull request fixes 3 alerts when merging fe48e76 into cf660f0 - view on LGTM.com fixed alerts:
|
This pull request fixes 3 alerts when merging 6df0b37 into c1651b1 - view on LGTM.com fixed alerts:
|
This pull request fixes 3 alerts when merging c97834e into 3d81a0a - view on LGTM.com fixed alerts:
|
can anyone tell me why i am getting below error on python 3.8, during lightgbm model. |
Conversion speed up for lightgbm model. For a big model (~40000 trees), the conversion goes from 3 hours to 10 minutes for lightgbm. Fixes #482.