【发布时间】:2019-09-25 21:28:10
【问题描述】:
我在 jupyter notebook 中运行了以下代码。但是有这个错误:IOError: [pyAgrum] I/O Error: Stream states flags are not all unset.有解决办法吗?
gum.saveBN(bn,os.path.join("out","WaterSprinkler.bif"))
with open(os.path.join("out","WaterSprinkler.bif"),"r") as out:
print(out.read())
【问题讨论】:
标签: python inference bayesian-networks