Skip to content

Commit

Permalink
Revert "DOC correct reference to target in load_linnerud docstring (s…
Browse files Browse the repository at this point in the history
…cikit-learn#13577)"

This reverts commit 5287362.
  • Loading branch information
Xing committed Apr 28, 2019
1 parent 4309163 commit bec42ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sklearn/datasets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ def load_linnerud(return_X_y=False):
-------
data : Bunch
Dictionary-like object, the interesting attributes are: 'data' and
'target', the two multivariate datasets, with 'data' corresponding to
the exercise and 'target' corresponding to the physiological
'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'.
In addition, you will also have access to 'data_filename',
the physical location of linnerud data csv dataset, and
Expand Down

0 comments on commit bec42ee

Please sign in to comment.