shap/shap

[Meta-issue] deprecation tracker for upcoming releases

connortann opened this issue · 2 comments

This is a meta-issue to track any deprecation cycles within the shap package.

Maintainers, feel free to edit this tracker as necessary,

Not yet deprecated

Items ready to be deprecated, but which don't current raise a DeprecationWarning:

Unused / dead code:

  • shap/utils/_masked_models.py:_build_delta_masked_inputs()
  • shap/plots/_text.py:text_old()
  • shap/explainers/_explainer.py:Explainer._compute_main_effects()

Deprecated but without a specific schedule

Deprecated arguments / API changes:

Scheduled for removal

Items that raise a DeprecationWarning due to be removed in an specific release:

0.45.0

Parameters which were renamed:

feature_dependence -> feature_perturbation
independent -> interventional
correlation -> correlation_dependent
logloss -> log_loss
margin -> raw

0.46.0

0.47.0