onnx_converter Module

Main module of onnx conversion.

Classes

OnnxConverter

The converter that converts the pipeline/model objects from pkl format to onnx format.

Before the input data is fitted/transformed, call Initialize to setup the signature of the X. Then the convert method can be called multi times, to convert given sklearn pipeline.

Construct the Onnx converter.