W3cubDocs

/scikit-learn

is_outlier_detector

sklearn.base.is_outlier_detector(estimator)[source]

Return True if the given estimator is (probably) an outlier detector.

Parameters:
estimatorestimator instance

Estimator object to test.

Returns:
outbool

True if estimator is an outlier detector and False otherwise.

© 2007–2025 The scikit-learn developers
Licensed under the 3-clause BSD License.
https://scikit-learn.org/1.6/modules/generated/sklearn.base.is_outlier_detector.html