-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix KNNImputer #1165
base: main
Are you sure you want to change the base?
Fix KNNImputer #1165
Conversation
Signed-off-by: xadupre <[email protected]>
KNNImputer converter doesn't generate the same values for the imputed missing values. I am using: onnxruntim 1.18.1, onnx 1.17.0, and skl2onnx 1.17.0 Here is the code: import numpy as np np.random.seed(42) The KNNIMputer generates value of -0.67440104 for the missing value, and the onnx model, generates -1.0071397 for the same missing value |
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
Signed-off-by: xadupre <[email protected]>
No description provided.