sklearn.base.is_classifier

sklearn.base.is_classifier(estimator)[source]

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