I have installed LDA plibrary (using pip) I have a very simple test code (the next two rows)
import lda
print lda.datasets.load_reuters()
But i keep getting the error
AttributeError: 'module' object has no attribute 'datasets'
in fact i get that each time i access any attribute/function under lda!
lda.py
orlda.pyc
in the current directory? – Greenling