我想对我的数据集中的分类功能进行对应分析,但是会收到此错误。
import mca
mca_counts = mca.MCA(test.drop('ID', axis=1))
Traceback (most recent call last):
File "<pyshell#22>", line 1, in <module>
mca_counts = mca.MCA(test.drop('ID', axis=1))
AttributeError: 'module' object has no attribute 'MCA'