ncullen93 / pyBN

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

networkx reliance #3

Closed ncullen93 closed 8 years ago

ncullen93 commented 8 years ago

get networkx out of the package. Currently mostly used for topological sort - write my own in numba

ncullen93 commented 8 years ago

wrote a top_sort function but need to fix inference first since that's what uses it.