sklearn.datasets.load_diabetes(return_X_y=False)
[source]
Load and return the diabetes dataset (regression).
Samples total | 442 |
Dimensionality | 10 |
Features | real, -.2 < x < .2 |
Targets | integer 25 - 346 |
Read more in the User Guide.
Parameters: |
return_X_y : boolean, default=False. If True, returns New in version 0.18. |
---|---|
Returns: |
data : Bunch Dictionary-like object, the interesting attributes are: ‘data’, the data to learn and ‘target’, the regression target for each sample. (data, target) : tuple if New in version 0.18. |
sklearn.datasets.load_diabetes
© 2007–2016 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_diabetes.html