Skip to content

Commit

Permalink
adds shap_kwargs to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oege Dijk committed May 23, 2022
1 parent c8c1d5f commit 3464a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### New Features
- Upgrades the dashboard to bootstrap5 and dash-bootstrap-components v1 (which is also based on bootstrap5)
- Both sklearn and imblearn Pipelines are now supported, as long as the transformers have a `.get_feature_names_out()` method
- Adds `shap_kwargs` parameter to the explainers that allow you to pass additional kwargs to the shap values generating call, e.g. `shap_kwargs=dict(check_addivity=False)`

### Bug Fixes
- Suppresses warnings when extracting final model from pipeline that was not fitted on a dataframe.
Expand Down

0 comments on commit 3464a6d

Please sign in to comment.