DOC ensure IsolationForest passes numpydoc validation (#20437)
This commit is contained in:
parent
b0cac5339a
commit
2cc12c604a
|
|
@ -59,7 +59,6 @@ DOCSTRING_IGNORE_LIST = [
|
|||
"HistGradientBoostingRegressor",
|
||||
"HuberRegressor",
|
||||
"IncrementalPCA",
|
||||
"IsolationForest",
|
||||
"Isomap",
|
||||
"IsotonicRegression",
|
||||
"IterativeImputer",
|
||||
|
|
|
|||
|
|
@ -789,8 +789,8 @@ class OutlierMixin:
|
|||
|
||||
Parameters
|
||||
----------
|
||||
X : {array-like, sparse matrix, dataframe} of shape \
|
||||
(n_samples, n_features)
|
||||
X : {array-like, sparse matrix} of shape (n_samples, n_features)
|
||||
The input samples.
|
||||
|
||||
y : Ignored
|
||||
Not used, present for API consistency by convention.
|
||||
|
|
|
|||
Loading…
Reference in New Issue