You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sir in Bayesian network for code
emotion_cpd=tabularCPD("emotion",3,values=[[1./3,1./3,1./3]]
I am getting value error as value must be of shape (3,1).got shape (1,3)
Why it is so sir
The text was updated successfully, but these errors were encountered:
Sir in Bayesian network for code
emotion_cpd=tabularCPD("emotion",3,values=[[1./3,1./3,1./3]]
I am getting value error as value must be of shape (3,1).got shape (1,3)
Why it is so sir
The text was updated successfully, but these errors were encountered: