- Initial support for model serialization within a scikit-learn pipeline (9) - Added support for loading an existing ONNX model. This allows for editing an existing model.
3.2.0
This is a bugfix and improvement release.
Improvements
- Add numpy 2.0 compatibility (17)
Fixes
- Fixed a regression introduced by 12 that mutates the original ebm model (16)
3.1.3
This is a bugfix release.
Fixes
- The conversion fails if a boolean feature has only one value (11)
3.1.2
This is a bugfix release.
Fixes
- Boolean data column leads to wrong predictions (11)
3.1.1
This is a bugfix release.
Fixes
- The output value of a classification is an index instead of the class (6)
3.1.0
This is an improvement release with breaking changes.
- The predict_proba parameter now creates a dedicated output, in addition to the prediction output. - The names of the outputs (prediction, probabilities, and explanation) are now configurable.