sklearn-onnx icon indicating copy to clipboard operation
sklearn-onnx copied to clipboard

Add Kernel Density Estimator converter

Open plptPredict opened this issue 1 year ago • 1 comments

Hi, Is there a specific reason for why it is not implemented yet? I tried to embedded it with a custom converter but it requires opset 20.

Thanks you for this precious package btw!

skl2onnx 1.16.0
scikit-learn 1.1.1
onnxruntime 1.16.2

plptPredict avatar Jan 03 '24 10:01 plptPredict

New converters are implemented usually when users raise an issue. Custom converter should not require opset 20. Can you elaborate on the error you see?

sdpython avatar Jan 22 '24 16:01 sdpython