Skip to content

Commit

Permalink
tweak docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jul 2, 2024
1 parent 4d37eed commit 63344b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/composition/models/pipelines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,11 @@ component.
### Transformers that need a target in training
Some transformers that have type `Unsupervised` (so that the output of `transform` is
propagated in pipelines) also see a target variable in training. An example are so-called
target encoders (which transform categorical input features, based on some target
observations). Provided they appear before any `Supervised` component in the pipelines,
such models are supported. Of course a target must be provided whenever training such a
pipeline, whether or not it contains a `Supervised` component.
propagated in pipelines) may require a target variable for training. An example are
so-called target encoders (which transform categorical input features, based on some
target observations). Provided they appear before any `Supervised` component in the
pipelines, such models are supported. Of course a target must be provided whenever
training such a pipeline, whether or not it contains a `Supervised` component.
### Optional key-word arguments
Expand Down

0 comments on commit 63344b7

Please sign in to comment.