8000
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.
1 parent 4dde64d commit 07958e6Copy full SHA for 07958e6
sklearn/ensemble/_stacking.py
@@ -501,6 +501,7 @@ class StackingClassifier(ClassifierMixin, _BaseStacking):
501
feature_names_in_ : ndarray of shape (`n_features_in_`,)
502
Names of features seen during :term:`fit`. Only defined if the
503
underlying estimators expose such an attribute when fit.
504
+
505
.. versionadded:: 1.0
506
507
final_estimator_ : estimator
@@ -860,6 +861,7 @@ class StackingRegressor(RegressorMixin, _BaseStacking):
860
861
862
863
864
865
866
867
0 commit comments