onnxmltools icon indicating copy to clipboard operation
onnxmltools copied to clipboard

LightGBM: Support for outputting decision path and leaf

Open ajryan opened this issue 8 months ago • 3 comments

Has any work already begun for outputting decision path and leaf data? I believe it would be similar to this implementation for decision tree and random forest in sklearn_onnx https://github.com/onnx/sklearn-onnx/pull/563.

One challenge appears to be onnxmltools does not have a story for converters that accept options. I see that sklearn implemented their own topology and Scope that exposes an options API.

ajryan avatar Feb 10 '25 04:02 ajryan