diff learner.py @ 209:50a8302addaf

template statscollector
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Sat, 17 May 2008 00:01:26 -0400
parents cb6b945acf5a
children bd728c83faff
line wrap: on
line diff
--- a/learner.py	Fri May 16 16:39:01 2008 -0400
+++ b/learner.py	Sat May 17 00:01:26 2008 -0400
@@ -1,6 +1,6 @@
 
 from exceptions import *
-
+from dataset import AttributesHolder
 
 class LearningAlgorithm(object):
     """