Skip to content

Commit 7cc4c66

Browse files
committed
✍🏻 Better MLJ docstring
1 parent a196ea3 commit 7cc4c66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/encoders/contrast_encoder/interface_mlj.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ MMI.metadata_model(
7474
"""
7575
$(MMI.doc_header(ContrastEncoder))
7676
77-
`ContrastEncoder` implements various contrast encoding methods including dummy, sum, backward/forward different, and helmert coding and
78-
supports more generic coding methods by specifying a function that returns a contrast or hypothesis matrix.
77+
`ContrastEncoder` implements the following contrast encoding methods for
78+
categorical features: dummy, sum, backward/forward difference, and Helmert coding.
79+
More generally, users can specify a custom contrast or hypothesis matrix, and each feature
80+
can be encoded using a different method.
7981
8082
# Training data
8183

0 commit comments

Comments
 (0)