is_outlier_detector (original) (raw)

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.