顺(暖呼呼白牙) 2021-08-15 13:49 采纳率: 0%
浏览 284
已结题

python中pgmpy贝叶斯模型super(type, obj): obj must be an instance or subtype of type这个错误类型到底是哪里的问题

网上学习别人的东西,在用贝叶斯模型试着做,我实验了很多遍,我前面的代码都没有出错,就一写model=BayesianModel([(这块就弹这个错误。下面是这块的代码:

model = BayesianModel([
    ('Age','Survived'),
    ('Sex','Survived'),
    ('Fare','Pclass'),
    ('Pclass','Survived'),
    ('Cabin','Survived')])
model.fit(train,estimator=BayesianEstimator,prior_type="BDeu")

下面这个是报错:

Traceback (most recent call last):

  File "C:\Users\王曲顺\Desktop\studytest\shicuo.py", line 94, in <module>
    model = BayesianModel([

  File "D:\anaconda3\lib\site-packages\pgmpy\models\BayesianModel.py", line 99, in __init__
    super(BayesianModel, self).__init__(ebunch=ebunch, latents=latents)

TypeError: super(type, obj): obj must be an instance or subtype of type

  • 写回答

1条回答 默认 最新

  • 有问必答小助手 2021-08-16 17:38
    关注

    你好,我是有问必答小助手,非常抱歉,本次您提出的有问必答问题,技术专家团超时未为您做出解答


    本次提问扣除的有问必答次数,将会以问答VIP体验卡(1次有问必答机会、商城购买实体图书享受95折优惠)的形式为您补发到账户。


    ​​因为有问必答VIP体验卡有效期仅有1天,您在需要使用的时候【私信】联系我,我会为您补发。

    评论

报告相同问题?

问题事件

  • 系统已结题 8月23日
  • 修改了问题 8月15日
  • 创建了问题 8月15日