Ticket #16 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

test_discriminant does not work

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

Description

Buggy import:

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

/home/david/local/lib/python2.5/site-packages/scikits/learn/machine/pyem/examples/discriminant_analysis.py in <module>()
     17 import utils
     18 
---> 19 data = utils.iris.load()
     20 # cnames are the class names
     21 cnames = data.keys()

<type 'exceptions.AttributeError'>: 'module' object has no attribute 'iris'
WARNING: Failure executing file: </home/david/local/lib/python2.5/site-packages/scikits/learn/machine/pyem/examples/discriminant_analysis.py>

Change History

07/21/07 07:49:04 changed by cdavid

  • component changed from audiolab to learn.

07/21/07 23:11:02 changed by cdavid

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

Fixed in r445