Skip to content

identification_dict

Signature/Parameters

def identification_dict(self)

Mapping of identification results produced by the most recent run of identification_analysis.

Returns:

Type Description
dict

Identification summary as generated by the internal identification object.

Examples:

>>> G = DAG(graph="X -> Y")
>>> G.identification_analysis(exposure="X", outcome="Y", verbose=False)
>>> isinstance(G.identification_dict, dict)
True