Skip to content
Snippets Groups Projects
Commit 7bd5b38c authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

DOC: Fix layout

parent f6b6e4c2
No related branches found
No related tags found
No related merge requests found
......@@ -368,13 +368,17 @@ reference to X, y. There are however some exceptions to this, as in
the case of precomputed kernels where you need to store access these
data in the predict method.
============= ======================================================
Parameters
============= ======================================================
X array-like, with shape = [N, D], where N is the number
of samples and D is the number of features.
* X : array-like, with shape = [N, D], where N is the number of
samples and D is the number of features.
* Y : array, with shape = [N], where N is the number of samples.
Y array, with shape = [N], where N is the number of
samples.
* args, kwargs. Parameters can also be set in the fit method.
args, kwargs Parameters can also be set in the fit method.
============= ======================================================
X.shape[0] should be the same as Y.shape[0]. If this requisite is not
met, an exception should be raised.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment