Mercurial > pylearn
changeset 1175:805e7c369fd1
small change to fix warning and allow the file to generate a HTML page.
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Fri, 17 Sep 2010 16:19:17 -0400 |
parents | fe6c25eb1e37 |
children | b154979782bd |
files | doc/v2_planning/API_learner.txt |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/v2_planning/API_learner.txt Fri Sep 17 16:13:58 2010 -0400 +++ b/doc/v2_planning/API_learner.txt Fri Sep 17 16:19:17 2010 -0400 @@ -1,3 +1,8 @@ +.. _v2planning_learner: + +Learner API +=========== + # A list of "task types" ''' @@ -37,6 +42,7 @@ Notes on metrics & statistics: - some are applied to an example, others on a batch - most statistics are on the dataset + '''