Skip to content

Commit 63344b7

Browse files
committed
tweak docstring
1 parent 4d37eed commit 63344b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/composition/models/pipelines.jl

+5-5
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ component.
228228
### Transformers that need a target in training
229229
230230
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.
236236
237237
### Optional key-word arguments
238238

0 commit comments

Comments
 (0)