is_outlier_detector# sklearn.base.is_outlier_detector(estimator)[source]# Return True if the given estimator is (probably) an outlier detector. Parameters: estimatorestimator instanceEstimator object to test. Returns: outboolTrue if estimator is an outlier detector and False otherwise.