1 Mar 2010 12:46
Re: Error on importing scikits.learn
David Trethewey <dlrt2 <at> ast.cam.ac.uk>
2010-03-01 11:46:42 GMT
2010-03-01 11:46:42 GMT
I get the following error message when attempting to import the expectation maximisation (em) module from scikits.learn : > > >>> import scipy > >>> import numpy > >>> from scikits.learn.machine import em > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "scikits/learn/machine/em/__init__.py", line 8, in <module> > from online_em import OnGMM as _OnGMM > File "scikits/learn/machine/em/online_em.py", line 164, in <module> > import _rawden > ImportError: No module named _rawden > > Does anyone know what this _rawden module is and why might it not be > found? > > David Trethewey > Institute of Astronomy, Cambridge, UK > >
RSS Feed