hummingbird icon indicating copy to clipboard operation
hummingbird copied to clipboard

OneHotEncoder for onnx strings

Open ksaur opened this issue 4 years ago • 0 comments

The test I wrote for OHE strings throws the following error:

onnxruntime.capi.onnxruntime_pybind11_state.InvalidGraph: [ONNXRuntimeError] : 10 : INVALID_GRAPH : This is an invalid model. Type Error: Type 'tensor(bool)' of input parameter (31) of operator (ReduceProd) in node (ReduceProd_16) is invalid.

Commenting this out for now, to revisit later when we need this functionality.

ksaur avatar Jul 25 '20 00:07 ksaur