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
f09673fc
Commit
f09673fc
authored
13 years ago
by
Mathieu Blondel
Browse files
Options
Downloads
Patches
Plain Diff
Fix bad copy-paste.
parent
3bf31cad
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
scikits/learn/multiclass.py
+2
-2
2 additions, 2 deletions
scikits/learn/multiclass.py
with
2 additions
and
2 deletions
scikits/learn/multiclass.py
+
2
−
2
View file @
f09673fc
...
@@ -255,7 +255,7 @@ def fit_ecoc(estimator, X, y, code_size=1.5, random_state=None):
...
@@ -255,7 +255,7 @@ def fit_ecoc(estimator, X, y, code_size=1.5, random_state=None):
Percentage of the number of classes to be used to create the code book.
Percentage of the number of classes to be used to create the code book.
random_state: numpy.RandomState, optional
random_state: numpy.RandomState, optional
The generator used to initialize the c
enters
. Defaults to numpy.random.
The generator used to initialize the c
odebook
. Defaults to numpy.random.
Returns
Returns
...
@@ -328,7 +328,7 @@ class OutputCodeClassifier(BaseEstimator, ClassifierMixin):
...
@@ -328,7 +328,7 @@ class OutputCodeClassifier(BaseEstimator, ClassifierMixin):
than one-vs-the-rest.
than one-vs-the-rest.
random_state: numpy.RandomState, optional
random_state: numpy.RandomState, optional
The generator used to initialize the c
enters
. Defaults to numpy.random.
The generator used to initialize the c
odebook
. Defaults to numpy.random.
Attributes
Attributes
----------
----------
...
...
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