Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 456 Bytes

churn-analysis

Description

  • src\improved_anchor_explain.py Using Improved Anchor to generate explanation rules.
  • src\anchor_explain.py Using Anchor to generate explanation rules.
  • src\shap_explain.py Using TreeSHAP to explain the churn.
  • src\plot_helper.py Tools for the visualization of the generated explanantions.
  • src\anchors The Improved Anchor.