Closed nivmorabin closed 1 month ago
Hi @nivmorabin thanks for the feedback! At the moment there no direct plans but it is already in Pgmpy, so this gives opportunities.
I added the DBN functionality! Dynamic Bayesian Network (DBN) implemented. https://github.com/erdogant/bnlearn/issues/100. See docs here and here. Update to the latest version.
pip install -U bnlearn
Fantastic @erdogant! thank you!
Hi,
Are there any plans for supporting a Dynamic Bayesian Network?
There's a pgmpy module (https://pgmpy.org/models/dbn.html) but it's not nearly as intuitive to use as bnlearn :)
Thanks In advance.