Skip to content
Snippets Groups Projects
Commit 098fd31c authored by Hanmin Qin's avatar Hanmin Qin Committed by Loïc Estève
Browse files

[MRG+1] DOC use a table in load_linnerud docstring (#8970)

parent 57415c46
Branches
Tags
No related merge requests found
...@@ -588,10 +588,12 @@ def load_diabetes(return_X_y=False): ...@@ -588,10 +588,12 @@ def load_diabetes(return_X_y=False):
def load_linnerud(return_X_y=False): def load_linnerud(return_X_y=False):
"""Load and return the linnerud dataset (multivariate regression). """Load and return the linnerud dataset (multivariate regression).
Samples total: 20 ============== ============================
Dimensionality: 3 for both data and targets Samples total 20
Features: integer Dimensionality 3 (for both data and target)
Targets: integer Features integer
Targets integer
============== ============================
Parameters Parameters
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment