Mercurial > pylearn
diff learner.py @ 287:78cc8fe3bbe9
bugfix, bad object name
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Fri, 06 Jun 2008 14:01:36 -0400 |
parents | 14b9779622f9 |
children | fe57b96f33d4 |
line wrap: on
line diff
--- a/learner.py Fri Jun 06 13:55:59 2008 -0400 +++ b/learner.py Fri Jun 06 14:01:36 2008 -0400 @@ -110,7 +110,7 @@ """ raise AbstractFunction() -class LearnerModel(LearnedModel): +class LearnerModel(TrainedModel): """ LearnerModel is a base class for models returned by instances of a LearningAlgorithm subclass. It is only given here to define the expected semantics.