changeset 1431:dce602150b5f

added comment.
author Frederic Bastien <nouiz@nouiz.org>
date Tue, 08 Feb 2011 16:19:46 -0500
parents 931a19eeab5a
children 8661f8ad407a
files pylearn/datasets/utlc.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/datasets/utlc.py	Tue Feb 08 16:19:18 2011 -0500
+++ b/pylearn/datasets/utlc.py	Tue Feb 08 16:19:46 2011 -0500
@@ -22,6 +22,9 @@
     """ Load the train,valid,test data for the dataset `name`
         and return it in ndarray format.
 
+        We suppose the data was created with ift6266h11/pretraitement/to_npy.py that
+        shuffle the train. So the train should already be shuffled.
+
     :param normalize: If True, we normalize the train dataset
                       before returning it
     :param transfer: If True also return the transfer label(currently only available for ule)
@@ -113,6 +116,9 @@
     """ Load the train,valid,test data for the dataset `name`
         and return it in sparse format.
 
+        We suppose the data was created with ift6266h11/pretraitement/to_npy.py that
+        shuffle the train. So the train should already be shuffled.
+
     :param normalize: If True, we normalize the train dataset
                       before returning it
     :param transfer: If True also return the transfer label