susanli2016/Machine-Learning-with-Python

在运行这段代码print(result.summary())时报错。

zeyee opened this issue · 1 comments

zeyee commented

AttributeError: module 'scipy.stats' has no attribute 'chisqprob'

请问有什么解决或替代方法吗?

yueg commented

改为print(result.summary2())就可以了。