Skip to content
Snippets Groups Projects
Commit f09673fc authored by Mathieu Blondel's avatar Mathieu Blondel
Browse files

Fix bad copy-paste.

parent 3bf31cad
No related branches found
No related tags found
No related merge requests found
...@@ -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 centers. Defaults to numpy.random. The generator used to initialize the codebook. 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 centers. Defaults to numpy.random. The generator used to initialize the codebook. Defaults to numpy.random.
Attributes Attributes
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment