Ticket #15 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

regularized example does not work

Reported by: cdavid Assigned to: cdavid
Priority: major Milestone: learn: first scikits release
Component: learn Version:
Keywords: Cc:

Description

Some buggy import:

---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call last)

/home/david/local/lib/python2.5/site-packages/scikits/learn/machine/pyem/examples/regularized_example.py in <module>()
     18 
     19 #from scipy.sandbox import pyem
---> 20 from gauss_mix import GM
     21 from gmm_em import GMM, EM, RegularizedEM
     22 import utils

<type 'exceptions.ImportError'>: No module named gauss_mix
WARNING: Failure executing file: </home/david/local/lib/python2.5/site-packages/scikits/learn/machine/pyem/examples/regularized_example.py>

Change History

07/21/07 23:10:39 changed by cdavid

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r448