Metrics#
Metrics for evaluating learned structures, implied independencies, and fitted models.
Supervised Metrics#
|
Computes the Structural Hamming Distance between true_causal_graph and est_causal_graph. |
|
Computes confusion matrix based metrics for comparing causal graph skeletons. |
|
Computes confusion matrix based metrics for comparing edge orientations in DAGs. |
Unsupervised Metrics#
|
Score to compute how well the model structure represents the correlations in the data. |
|
Tests the implied Conditional Independences (CI) of the DAG in the given data. |
|
Returns a p-value for testing whether the given data is faithful to the model structure's constraints. |
|
Uses the standard model scoring methods to give a score for each structure. |
Utilities#
|
Get metric classes matching the given tag filters. |