There is a newer version of the record available.

Published January 2, 2020 | Version 0.3.22
Software Open

Learning Bayesian Networks with the bnlearn Python Package.

Authors/Creators

Description

  • plot function bn.plot(model) return figure axis.
  • Setup file contains import of python-louvain instead of community
  • docstring updates regarding this output.

Example:

model = bn.import_DAG('sprinkler', CPD=True)
df = bn.sampling(model, n=1000, methodtype='bayes')
fig = bn.plot(model)
fig['ax']

Notes

If you use this software, please cite it using these metadata.

Files

erdogant/bnlearn-0.7.9.zip

Files (18.8 MB)

Name Size Download all
md5:19591bf93f82aa94e9a7327af832b29e
18.8 MB Preview Download

Additional details

Related works