Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Change ColumnSelector test #479

Closed

Conversation

antoniovs1029
Copy link
Member

As dicussed offline, issue #478 is actually not an issue, and we shouldn't allow OnnxTransformer/OnnxRunner to drop columns coming from the input of the pipeline, only drop columns that were created inside the pipeline that was exported to onnx.

So the ColumnSelector test that was disabled in the past, would still fail. But it was agreed that this is expected behavior, and that we shouldn't expect the output of OnnxRunner to be the same as ML.NET and ORT.

I reenable that test on this PR, but change it in order to only test that OnnxRunner drops the 'Sepal_Length2' that isn't in the input of the pipeline, but that was created inside the pipeline that was exported.

@antoniovs1029
Copy link
Member Author

After discussing this offline with @ganik it was decided that issue #478 should still be considered an issue from NimbusML side, and so that this PR shouldn't change this test. The test would remain disabled until that issue is fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant