DOC ensure IsolationForest passes numpydoc validation (#20437)

This commit is contained in:
Maxwell 2021-07-06 16:59:25 +08:00 committed by GitHub
parent b0cac5339a
commit 2cc12c604a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -59,7 +59,6 @@ DOCSTRING_IGNORE_LIST = [
"HistGradientBoostingRegressor",
"HuberRegressor",
"IncrementalPCA",
"IsolationForest",
"Isomap",
"IsotonicRegression",
"IterativeImputer",

View File

@ -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.