-
Notifications
You must be signed in to change notification settings - Fork 100
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
predictions results do not match original lightgbm #98
Comments
I will take a look. One thing you should keep in mind: Treelite uses 32-bit floating point, so some numbers in your example may be too big. |
@hcho3 Thanks for your help. I try to remove the previous two feature that seems too big and retrain the model, but the results still not match. |
Will look at this issue soon. |
Indeed, it has to do with LightGBM using 64-bit floating-point. I'm planning to add support for multiple types so that prediction is reproducible. Stay tuned. |
#94 I installed treelite by compiling the latest code and the predictions results have a big difference between treelite model and original model. I have confused for a few of days.
The text was updated successfully, but these errors were encountered: