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 4370736 commit 1d57415Copy full SHA for 1d57415
slep018/proposal.rst
@@ -50,8 +50,12 @@ in the pipeline::
50
X_trans_df = num_preprocessor[0].transform(X_df)
51
52
Meta-estimators that support ``set_output`` are required to configure all inner
53
-transformer by calling ``set_output``. If an inner transformer does not define
54
-``set_output``, then an error is raised.
+transformer by calling ``set_output``. Specifically all fitted and non-fitted
+inner transformers must be configured with ``set_output``. This enables
55
+``transform``'s output to be a DataFrame before and after the meta-estimator is
56
+fitted. If an inner transformer does not define ``set_output``, then an error is
57
+raised.
58
+
59
60
Global Configuration
61
....................
0 commit comments