dg46

Results 8 comments of dg46

Seems that the issue is not only with the print command. E.g. [this line](https://github.com/pgmpy/pgmpy/blob/caea6ef7c914464736818fb185a1d395937ed52f/pgmpy/models/LinearGaussianBayesianNetwork.py#L176) prevents me from correctly converting a LinearGaussianBayesianNetwork to the corresponding joint gaussian distribution, apparently for the...

Oops, found it for PC. Must have overlooked it, sorry. I will try this out, but it would still be helpful to have the functionality for other algorithm types.

Thanks a lot for the quick reply, sounds great!

Thank you for the update, I will give it a try!

The issue is fixed for Windows on a separate branch (fix-java-vm). Unfortunately, the differences in multiprocessing between Linux and Windows lead to failing tests in the CI pipeline for the...

An example for the desired state of exception handling is the recently added spellchecking for variable names in the domain knowledge, which is handled by telling the user the name...

Necessary steps should be: - write a new searcher class (analogous to TetradSearcher) that runs the search and communicates the resulting graph to the StructureLearner - change the default behaviour...

Graph translation after search seems easy, but currently I see no possibilty of passing domain knowledge to the search methods from causal-learn. Created an issue: https://github.com/cmu-phil/causal-learn/issues/4