I am trying to use pgmpy and have used:
! pip install pgmpy --user --upgrade pip
I then get the error message
"TypeError: 'module' object is not callable".
I then run the command:
from pgmpy.factors import TabularCPD
and get a further error message:
"No module named 'torch'"
Is there a good way to start to work with conditional probability models using Jupyter notebooks?