ncullen93 / pyBN

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

ModuleNotFoundError: No module named 'pyBN.structure_learn' #27

Open cctegLuoYi opened 2 years ago

cctegLuoYi commented 2 years ago

there is a erroe: ModuleNotFoundError: No module named 'pyBN.structure_learn'

I want using another scoring function to learn the structure, I wonder if there is a example for structure_learn using bic, bde or LL.

thanks a lot.