scikit-learn v0.20.2 Other versions
Please cite us if you use the software.
sklearn.base
sklearn.base.
is_classifier
Returns True if the given estimator is (probably) a classifier.
Estimator object to test.
True if estimator is a classifier and False otherwise.