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
When fitting a KNN imputer in sklearn you choose between either 'uniform' or 'distance' as the used metric to weigh the influence of the found neighbors. If I fit a KNN imputer with the choice 'distance', then I cannot convert the model to onnx.
The error I get is that the metric 'distance' is not supported.
Hi
I would like to convert my sklearn KNN imputer to an .onnx file, but the distance metric is not supported.
Can anybody please try to solve this?
Best regards,
Jonatan
The text was updated successfully, but these errors were encountered: