sklearn.datasets.load_linnerud(return_X_y=False) [source]
Load and return the linnerud dataset (multivariate regression).
| Samples total | 20 |
| Dimensionality | 3 (for both data and target) |
| Features | integer |
| Targets | integer |
| 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’ and ‘targets’, the two multivariate datasets, with ‘data’ corresponding to the exercise and ‘targets’ corresponding to the physiological measurements, as well as ‘feature_names’ and ‘target_names’. (data, target) : tuple if New in version 0.18. |
© 2007–2017 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_linnerud.html