Re: [Scikit-learn-general] Dataset API documentation

2011-11-09 Thread Gael Varoquaux
On Wed, Nov 09, 2011 at 11:31:52AM +0100, Andreas Müller wrote: > There is an example in the "getting started" section, but I feel there > should be a bit more. In particular, there seems to be a common API for > all the classes in the dataset module. > What do you think about that? I agree that

[Scikit-learn-general] Dataset API documentation

2011-11-09 Thread Andreas Müller
Hey everybody. I was just looking for the documentation of the api of the dataset loaders. They return objects with "targets", "data" and some other properties. I'm not sure where this is documented, though. There is an example in the "getting started" section, but I feel there should be a bit more