susanli2016 / Machine-Learning-with-Python

Python code for common Machine Learning Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

zeyee opened this issue · comments

commented

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

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

commented

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