dmlc / tl2cgen

TL2cgen (TreeLite 2 C GENerator) is a model compiler for decision tree models
https://tl2cgen.readthedocs.io/en/latest/
Apache License 2.0
17 stars 6 forks source link

predict has a diff with lightgbm when zero_as_missing is True #8

Open fuchen319 opened 2 years ago

fuchen319 commented 2 years ago

lightgbm source code:

image

treelite source code:

image

when lightgbm param zero_as_missing is True(missing_type=Zero), and feature is zero, predictor should go by default_left, for example

image

treelite: 2.2.2 lightgbm: 3.2.1