Commit 63344b7 1 parent 4d37eed commit 63344b7 Copy full SHA for 63344b7
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -228,11 +228,11 @@ component.
228
228
### Transformers that need a target in training
229
229
230
230
Some transformers that have type `Unsupervised` (so that the output of `transform` is
231
- propagated in pipelines) also see a target variable in training. An example are so-called
232
- target encoders (which transform categorical input features, based on some target
233
- observations). Provided they appear before any `Supervised` component in the pipelines,
234
- such models are supported. Of course a target must be provided whenever training such a
235
- pipeline, whether or not it contains a `Supervised` component.
231
+ propagated in pipelines) may require a target variable for training. An example are
232
+ so-called target encoders (which transform categorical input features, based on some
233
+ target observations). Provided they appear before any `Supervised` component in the
234
+ pipelines, such models are supported. Of course a target must be provided whenever
235
+ training such a pipeline, whether or not it contains a `Supervised` component.
236
236
237
237
### Optional key-word arguments
238
238
You can’t perform that action at this time.
0 commit comments