Mercurial > pylearn
log
age | author | description |
---|---|---|
Thu, 19 Jun 2008 12:35:41 -0400 | Thierry Bertin-Mahieux | dataset__call__() returns a FieldsSubsetDataSet, so still a subset of fields, but not cached any more. I added the function dataset.cached_fields_subset(self,*fieldnames) that returns the old version, cached, in case someone needs it. Current behaviour passes the tests. |
Tue, 17 Jun 2008 17:12:43 -0400 | Thierry Bertin-Mahieux | Cached dataset seems debug, using n_batches... is n_batches around to stay? |
Tue, 17 Jun 2008 16:50:35 -0400 | Frederic Bastien | code cleanup |
Tue, 17 Jun 2008 16:47:33 -0400 | Frederic Bastien | debugged RenamedFieldsDataSet |
Tue, 17 Jun 2008 16:20:17 -0400 | Frederic Bastien | Can give test name in debug mode. This will execute on the gived test name. |
Tue, 17 Jun 2008 16:09:59 -0400 | Frederic Bastien | added test for ds.subset() |