Add the `terminate_missing_features` so a user can specify which features missing nodes should always terminate, if `allow_missing_split` and `create_missing_branch` are both True.
0.2.15
This release adds the ability to calculate feature importance values using the `calculate_feature_importance` method.
0.2.14
Adding the `"mode-difference"` contribution calculation method, as well as refactoring the contribution calculation methods to reduce code redundancy.
0.2.13
Small tweak in how monotonic bounds are carried through into missing branches, to ensure edge cases do not occur that could break monotonicity.
0.2.12
Support was added for multiple growth policies, including depth wise, and lossguide. Additionally rust examples were updated, and an explicit examples directory was added to the crate.
0.2.11
Added "midpoint-difference" as another contributions method, as well as added parameter validation for all positive float parameters.