Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 020fda0

Browse files
committed
DOC fix missing return line in docstring (#25099)
1 parent 1e9bddf commit 020fda0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/ensemble/_stacking.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ class StackingClassifier(ClassifierMixin, _BaseStacking):
501501
feature_names_in_ : ndarray of shape (`n_features_in_`,)
502502
Names of features seen during :term:`fit`. Only defined if the
503503
underlying estimators expose such an attribute when fit.
504+
504505
.. versionadded:: 1.0
505506
506507
final_estimator_ : estimator
@@ -860,6 +861,7 @@ class StackingRegressor(RegressorMixin, _BaseStacking):
860861
feature_names_in_ : ndarray of shape (`n_features_in_`,)
861862
Names of features seen during :term:`fit`. Only defined if the
862863
underlying estimators expose such an attribute when fit.
864+
863865
.. versionadded:: 1.0
864866
865867
final_estimator_ : estimator

0 commit comments

Comments
 (0)