I am trying to execute the following code
from pomegranate import BayesianNetwork import pandas as pd X = pd.read_csv(\'dataframe.csv\') model = BayesianNetw