This is an improvements release, with breaking changes:
This version depends on at least Interpret v0.3.0 where the internal representation of the EBM models changed.
1.3.0
This is an improvements release.
Improvements
- Fix the name of the scores and predict_proba outputs (3). They are now named "scores_0" and "predict_proba_0" - Add support for categorical features of any type (1)
1.2.0
This is an improvement release.
Improvements
- Add a pandas dtype helper to create the dtype parameter automatically (2). - Add support for boolean continuous features. - Print an explicit error on unsupported categorical feature types.
1.1.0
This is an improvement and bugfix release
Improvements
- Added a *target_opset* argument to the *to_onnx* conversion function. The default value is 13.
Fixes
- Fixed conversion of binary classification models when *explain* is enabled.