Skip to content

v1.7.0

Compare
Choose a tag to compare
@xadupre xadupre released this 05 Jun 09:27
a38be4f

Framework and bug fixes:

  • #229: improves LabelBinarizer
  • #327: add option to remove ZipMap operator
  • #382: fix final opset in topology
  • #445: add missing cast when using operator concat
  • #447: add parameters to rename ONNX outputs
  • #451: add white list, black list of operators, the converters can use this information to change the way a model is converted into ONNX
  • #464: fix issues in ArrayFeatureExtractor, OneHotEncoder
  • #466: BaggingClassifier supports zipmap options
  • #473, #460, #458, #426, #422: sklearn-onnx works with onnx development version, works with opset 12, scikit-learn 0.23

New converters: