Skip to content

Commit

Permalink
DOC correct reference to target in load_linnerud docstring (scikit-le…
Browse files Browse the repository at this point in the history
…arn#13577)

Minor correction to docstring of the function `load_linnerud()` in `base.py`, which was referring to 'targets' instead of 'target'.
  • Loading branch information
mwestt authored and jeremiedbb committed Apr 25, 2019
1 parent 1d5dca9 commit bf1af7d
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
'targets', the two multivariate datasets, with 'data' corresponding to
the exercise and 'targets' corresponding to the physiological
'target', the two multivariate datasets, with 'data' corresponding to
the exercise and 'target' 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 bf1af7d

Please sign in to comment.