8000 Add classifier chain to META_ESTIMATORS. · scikit-learn/scikit-learn@16a960e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 16a960e

Browse files
committed
Add classifier chain to META_ESTIMATORS.
1 parent a2774cb commit 16a960e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def uninstall_mldata_mock():
466466

467467

468468
# Meta estimators need another estimator to be instantiated.
469-
META_ESTIMATORS = ["OneVsOneClassifier",
469+
META_ESTIMATORS = ["OneVsOneClassifier", "ClassifierChain",
470470
"OutputCodeClassifier", "OneVsRestClassifier", "RFE",
471471
"RFECV", "BaseEnsemble"]
472472
# estimators that there is no way to default-construct sensibly

0 commit comments

Comments
 (0)
0