Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 469 Bytes

interpreter.rst

File metadata and controls

12 lines (8 loc) · 469 Bytes

Interpreter: Explaining the Causal Effects

To interpret the causal effects estimated by various estimator models, YLearn implements tree models :class:`CEInterpreter` for causal effect interpretabilities and :class:`PolicyInterpreter` for policy evaluation interpretabilities in the current version.

.. toctree::

    inter_model/ce_interpreter
    inter_model/policy_interpreter