@@ -83,6 +83,12 @@ class PolynomialCountSketch(BaseEstimator, TransformerMixin):
83
83
84
84
.. versionadded:: 0.24
85
85
86
+ feature_names_in_ : ndarray of shape (`n_features_in_`,)
87
+ Names of features seen during :term:`fit`. Defined only when `X`
88
+ has feature names that are all strings.
89
+
90
+ .. versionadded:: 1.0
91
+
86
92
See Also
87
93
--------
88
94
AdditiveChi2Sampler : Approximate feature map for additive chi2 kernel.
@@ -256,6 +262,12 @@ class RBFSampler(TransformerMixin, BaseEstimator):
256
262
257
263
.. versionadded:: 0.24
258
264
265
+ feature_names_in_ : ndarray of shape (`n_features_in_`,)
266
+ Names of features seen during :term:`fit`. Defined only when `X`
267
+ has feature names that are all strings.
268
+
269
+ .. versionadded:: 1.0
270
+
259
271
See Also
260
272
--------
261
273
AdditiveChi2Sampler : Approximate feature map for additive chi2 kernel.
@@ -386,6 +398,12 @@ class SkewedChi2Sampler(TransformerMixin, BaseEstimator):
386
398
387
399
.. versionadded:: 0.24
388
400
401
+ feature_names_in_ : ndarray of shape (`n_features_in_`,)
402
+ Names of features seen during :term:`fit`. Defined only when `X`
403
+ has feature names that are all strings.
404
+
405
+ .. versionadded:: 1.0
406
+
389
407
See Also
390
408
--------
391
409
AdditiveChi2Sampler : Approximate feature map for additive chi2 kernel.
@@ -520,6 +538,12 @@ class AdditiveChi2Sampler(TransformerMixin, BaseEstimator):
520
538
521
539
.. versionadded:: 0.24
522
540
541
+ feature_names_in_ : ndarray of shape (`n_features_in_`,)
542
+ Names of features seen during :term:`fit`. Defined only when `X`
543
+ has feature names that are all strings.
544
+
545
+ .. versionadded:: 1.0
546
+
523
547
See Also
524
548
--------
525
549
SkewedChi2Sampler : A Fourier-approximation to a non-additive variant of
@@ -764,6 +788,12 @@ class Nystroem(TransformerMixin, BaseEstimator):
764
788
765
789
.. versionadded:: 0.24
766
790
791
+ feature_names_in_ : ndarray of shape (`n_features_in_`,)
792
+ Names of features seen during :term:`fit`. Defined only when `X`
793
+ has feature names that are all strings.
794
+
795
+ .. versionadded:: 1.0
796
+
767
797
See Also
768
798
--------
769
799
AdditiveChi2Sampler : Approximate feature map for additive chi2 kernel.
0 commit comments