You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference looks small, but once it is exponentiated, it starts to be big. I tested it with different number of trees and the less trees I use the less different are the predictions.
The text was updated successfully, but these errors were encountered:
For some reason, when I rerun this code in jupyter notebook without restarting, it produces the exact results above. However, if I do restart the whole notebook, it would produce correct results. Therefore, I will close this issue. Seems that something doesnt get set/updated whatevery properly when not restarting.
Dependencies:
lightgbm==2.2.2
treelite==0.32,
mac, python3
It seems it is somehow related to this issue as well.
LightGBM was trained with the following parameters:
Save the model and load predictor:
Predict with original model and treelite:
The difference looks small, but once it is exponentiated, it starts to be big. I tested it with different number of trees and the less trees I use the less different are the predictions.
The text was updated successfully, but these errors were encountered: