Skip to content

Commit 1d57415

Browse files
committed
DOC Adds details about fitted and non-fitted inner transformers
1 parent 4370736 commit 1d57415

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

slep018/proposal.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@ in the pipeline::
5050
X_trans_df = num_preprocessor[0].transform(X_df)
5151

5252
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.
53+
transformer by calling ``set_output``. Specifically all fitted and non-fitted
54+
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+
5559

5660
Global Configuration
5761
....................

0 commit comments

Comments
 (0)