erdogant / bnlearn

Python library for learning the graphical structure of Bayesian networks, parameter learning, inference and sampling methods.
https://erdogant.github.io/bnlearn
Other
465 stars 46 forks source link

typo bug #39

Closed mengxi-ream closed 2 years ago

mengxi-ream commented 2 years ago

image

typo: intall

erdogant commented 2 years ago

Thanks for pointing out. Which version are you using?

import bnlearn as bn
print(bn.__version__)

# update to the newest version with:
pip install -U bnlearn

This typo should be fixed in 0.4.5