Show
Ignore:
Timestamp:
07/22/07 01:44:44 (5 years ago)
Author:
cdavid
Message:

Split pendigits into training and testing datasets, and convert return value of load to the package conventions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/learn/scikits/learn/datasets/pendigits/__init__.py

    r181 r450  
    11#! /usr/bin/env python 
    2 # Last Change: Thu Jun 21 06:00 PM 2007 J 
     2# Last Change: Sun Jul 22 03:00 PM 2007 J 
    33import data as _pendigit 
    44__doc__     = _pendigit.DESCRSHORT 
     
    66source      = _pendigit.SOURCE 
    77 
    8 load        = _pendigit.load 
     8import testing, training