This page

scikits.learn.datasets.load_diabetes

scikits.learn.datasets.load_diabetes()

Load the diabetes dataset and returns it.

Returns :

data : Bunch

Dictionnary-like object, the interesting attributes are: ‘data’, the data to learn and ‘target’, the labels for each sample.