revozhang

Results 2 issues of revozhang

I have the following graph ``` { node1: { type: 'operator', nodeType: 'window', props: { type: 'tumblingwindow', unit: 'ss', size: 10, }, }, }, { node2: { type: 'operator', nodeType:...

Hi sklearn-onnx community, I was following this article https://towardsdatascience.com/deploy-pycaret-models-on-edge-devices-with-onnx-runtime-c6d060a2e1a6 and trying to convert PyCaret model into ONNX, but got StringTensorType not supported error. The code is exact copy from the...