TBFPC.summary#

TBFPC.summary()[source]#

Render a text summary of the learned graph and test count.

Returns:
str

Multiline string describing directed edges, undirected edges, and the number of conditional independence tests executed.

Examples

print(model.summary())