sklearn.base.is_classifier

sklearn.base.is_classifier(estimator)[source]

Returns True if the given estimator is (probably) a classifier.

Parameters:
estimator : object

Estimator object to test.

Returns:
out : bool

True if estimator is a classifier and False otherwise.