TBF_FCI.summary#

TBF_FCI.summary()[source]#

Return a human-readable summary of edges and test count.

Returns:
str

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

Examples

print(model.summary())