Warning: This documentation is for scikits.learn version 0.8. — Latest stable version
Load the diabetes dataset and returns it.
data : Bunch
Dictionnary-like object, the interesting attributes are: ‘data’, the data to learn and ‘target’, the labels for each sample.