I converted a logistic regression model with dynamic batch size from Spark ML to ONNX using this:
initial_types = [(\'Features\', FloatTensorType([None, 5]))] onn