I get an error when importing PCselect from pgmpy.estimators what could be the issue

57 Views Asked by At

I get this error when I tried importing PCselect from pgmpy:

ImportError                               Traceback (most recent call last)
Cell In[31], line 1
----> 1 from pgmpy.estimators import PCSelect
      2 from pgmpy.models import BayesianModel 
      3 from sklearn.model_selection import cross_val_score

ImportError: cannot import name 'PCSelect' from 'pgmpy.estimators' (C:\Users\PC\AppData\Roaming\Python\Python310\site-packages\pgmpy\estimators\__init__.py)

What could be the issue

0

There are 0 best solutions below