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

Dynamic Bayesian Network support? #100

Open nivmorabin opened 2 months ago

nivmorabin commented 2 months ago

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.

erdogant commented 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.