标签: python scikit-learn svd decomposition
我在学习中使用this tutorial code。
线到线它运作良好。但是在行
lsa.components_[0]
AttributeError:'TruncatedSVD'对象没有属性'components _'
我认为这些代码在此行之前运行良好,并且教程说TruncatedSVD具有atrtibute components_,但我不知道如何解决问题。 我在anaconda2环境中使用python 2.7,但我也尝试了eclipse pydev,出现了同样的错误信息。