Ticket #38 (closed defect: fixed)

Opened 1 year ago

Last modified 8 months ago

Implement test for arff reader

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

Description

At least, should be able to test equivalence of our python implementation and weka implementation (using for example simple statistics) on UCI database.

Change History

04/11/08 02:23:15 changed by cdavid

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

ARff reader has been moved to scipy.io, as the loadarff function. The scipy.io.arff has some basic tests, too.