ncullen93 / pyBN

Bayesian Networks in Python
MIT License
146 stars 55 forks source link

edge orientation for structure learning #2

Closed ncullen93 closed 8 years ago

ncullen93 commented 8 years ago

Write code for edge orientation after structure learning - for instance, PC algorithm only gives an undirected graph right now. Perhaps make "orient=True" as an argument so users don't have to orient them (ala bnlearn)

ncullen93 commented 8 years ago

good for gs. not for pc

ncullen93 commented 8 years ago

done