pgmpy / pgmpy

Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks.

Home Page:https://pgmpy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use next row as previous-line data in DBN

swhoro opened this issue · comments

commented

For example, I have data like this:
无标题
Can I use {T0, H0, S0, ...} in line 1 as {T1, H1, S1, ...} in line 0

Can pgmpy do this automatically or I have to change data format by myself?