File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ Class APIs and Estimator Types
799
799
(and thus a 2-dimensional array-like for a set of samples). In other
800
800
words, it (lossily) maps a non-rectangular data representation into
801
801
:term: `rectangular ` data.
802
-
802
+
803
803
Feature extractors must implement at least:
804
804
805
805
* :term: `fit `
@@ -1153,7 +1153,7 @@ Methods
1153
1153
:term: `set_params `. A parameter ``deep `` can be used, when set to
1154
1154
False to only return those parameters not including ``__ ``, i.e. not
1155
1155
due to indirection via contained estimators.
1156
-
1156
+
1157
1157
Most estimators adopt the definition from :class: `base.BaseEstimator `,
1158
1158
which simply adopts the parameters defined for ``__init__ ``.
1159
1159
:class: `pipeline.Pipeline `, among others, reimplements ``get_params ``
@@ -1210,7 +1210,7 @@ Methods
1210
1210
of the values in the classifier's :term: `classes_ ` attribute.
1211
1211
1212
1212
clusterer
1213
- An array of shape ``(n_samples,) where each value is from 0 to
1213
+ An array of shape ``(n_samples,) `` where each value is from 0 to
1214
1214
``n_clusters - 1 `` if the corresponding sample is clustered,
1215
1215
and -1 if the sample is not clustered, as in
1216
1216
:func: `cluster.dbscan `.
You can’t perform that action at this time.
0 commit comments