@@ -1309,6 +1309,7 @@ class labels (multi-output problem).
1309
1309
feature_names_in_ : ndarray of shape (`n_features_in_`,)
1310
1310
Names of features seen during :term:`fit`. Defined only when `X`
1311
1311
has feature names that are all strings.
1312
+
1312
1313
.. versionadded:: 1.0
1313
1314
1314
1315
n_outputs_ : int
@@ -1650,6 +1651,7 @@ class RandomForestRegressor(ForestRegressor):
1650
1651
feature_names_in_ : ndarray of shape (`n_features_in_`,)
1651
1652
Names of features seen during :term:`fit`. Defined only when `X`
1652
1653
has feature names that are all strings.
1654
+
1653
1655
.. versionadded:: 1.0
1654
1656
1655
1657
n_outputs_ : int
@@ -1992,6 +1994,7 @@ class labels (multi-output problem).
1992
1994
feature_names_in_ : ndarray of shape (`n_features_in_`,)
1993
1995
Names of features seen during :term:`fit`. Defined only when `X`
1994
1996
has feature names that are all strings.
1997
+
1995
1998
.. versionadded:: 1.0
1996
1999
1997
2000
n_outputs_ : int
@@ -2309,6 +2312,7 @@ class ExtraTreesRegressor(ForestRegressor):
2309
2312
feature_names_in_ : ndarray of shape (`n_features_in_`,)
2310
2313
Names of features seen during :term:`fit`. Defined only when `X`
2311
2314
has feature names that are all strings.
2315
+
2312
2316
.. versionadded:: 1.0
2313
2317
2314
2318
n_outputs_ : int
@@ -2546,6 +2550,7 @@ class RandomTreesEmbedding(BaseForest):
2546
2550
feature_names_in_ : ndarray of shape (`n_features_in_`,)
2547
2551
Names of features seen during :term:`fit`. Defined only when `X`
2548
2552
has feature names that are all strings.
2553
+
2549
2554
.. versionadded:: 1.0
2550
2555
2551
2556
n_outputs_ : int
0 commit comments