erdogant / bnlearn

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

Remove d3blocks? #99

Closed chrisflatley closed 1 month ago

chrisflatley commented 5 months ago

The recently d3blocks introduces some problems:

I wondered if it's necessary to include d3blocks as a formal dependency?

erdogant commented 4 months ago

True. I now removed it from the setup/requirements and added it now as a check when using the interactive plot functionality. Update to the latest version with pip install -U bnlearn