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
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 onnx/sklearn-onnx#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.
The text was updated successfully, but these errors were encountered:
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 onnx/sklearn-onnx#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.
The text was updated successfully, but these errors were encountered: