We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26fbd39 + de26d10 commit 1651855Copy full SHA for 1651855
lazypredict/Supervised.py
@@ -38,6 +38,7 @@
38
REGRESSORS = [est for est in all_estimators() if issubclass(est[1], RegressorMixin)]
39
40
removed_classifiers = [
41
+ ("CheckingClassifier", sklearn.utils._mocking.CheckingClassifier),
42
("ClassifierChain", sklearn.multioutput.ClassifierChain),
43
("ComplementNB", sklearn.naive_bayes.ComplementNB),
44
(
0 commit comments