Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
7bd5b38c
Commit
7bd5b38c
authored
14 years ago
by
Gael Varoquaux
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Fix layout
parent
f6b6e4c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/developers/index.rst
+9
-5
9 additions, 5 deletions
doc/developers/index.rst
with
9 additions
and
5 deletions
doc/developers/index.rst
+
9
−
5
View file @
7bd5b38c
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment