Closed caponetto closed 1 month ago
Looks like it's related to a bug in tf2onnx and tensorflow >= 2.16 https://github.com/onnx/tensorflow-onnx/issues/2348
I removed the outputs from checking in.
I added name='dense_input'
which kept the input signature the same so we didn't need any further changes.
I cleaned up the pandas/numpy/transform a bit.
@caponetto and @RHRolun let me know what you think of the changes
Thanks for the changes @cfchase! I've tested them and they worked as expected.
This PR includes the necessary changes to run the Fraud Detection tutorial on a Python 3.11 based image with Elyra v4 (from ODH Notebooks repository).