v1.5.0
skl2onnx version 1.5.0 is now available! This version features ONNX Opset 10 support, increased test and operator coverage, improved documentation, and a new way to write converters.
How do I install the latest skl2onnx package?
pip install skl2onnx --upgrade
Highlights since the last release
- Update package version and onnxconverter-common dependency to 1.5.0 (#177)
- New way to write converters based on OnnxOperators (#128)
- Clean OnnxOperator before converting into ONNX (#149)
- Increase operator coverage for SciKitLearn
- Fixed multi-class LR with intercept set to None (#135)
- Fixes #113, convert OneVsRestClassifier multilabel (#142)
- Supports passthrough and remainder='passthrough' for ColumnTransformer converter (#152)
- Support int features in linear and non-linear regressor converter(s) (#154, #157)
- Fixes #147, fix probabilities when multi_class == 'multinomial' (#150)
- ONNX Opset 10 updates
- Extend documentation, clarify error messages
- Increase test coverage