PC constraint-based BN learning algorithm
Posted on Wed 17 August 2016 in score_based
The past while I have been working on basic constraint-based BN learning. This required a
method to perform conditional independence tests on the data set. Surprisingly, such
tests for conditional independence are not part of scipy.stats
or other statistics libraries.
To test if X _|_ Y | Zs
, one ...