Skip to content

Commit 098fd31

Browse files
qinhanmin2014lesteve
authored andcommitted
[MRG+1] DOC use a table in load_linnerud docstring (#8970)
1 parent 57415c4 commit 098fd31

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sklearn/datasets/base.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,12 @@ def load_diabetes(return_X_y=False):
588588
def load_linnerud(return_X_y=False):
589589
"""Load and return the linnerud dataset (multivariate regression).
590590
591-
Samples total: 20
592-
Dimensionality: 3 for both data and targets
593-
Features: integer
594-
Targets: integer
591+
============== ============================
592+
Samples total 20
593+
Dimensionality 3 (for both data and target)
594+
Features integer
595+
Targets integer
596+
============== ============================
595597
596598
Parameters
597599
----------

0 commit comments

Comments
 (0)