Thanks to visit codestin.com Credit goes to github.com
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 1e9bddf commit 020fda0Copy full SHA for 020fda0
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