Skip to content

Commit f6431e3

Browse files
authored
Merge pull request #53 from JuliaAI/issue-51-formatting
Fix problem with backticks in TargetEncoder docstring
2 parents 10c60d7 + 238a08f commit f6431e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoders/target_encoding/interface_mlj.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $ordered_factor_doc
156156
# Operations
157157
158158
- `transform(mach, Xnew)`: Apply target encoding to selected `Multiclass` or
159-
`OrderedFactor features of `Xnew` specified by hyper-parameters, and return the new
159+
`OrderedFactor` features of `Xnew` specified by hyper-parameters, and return the new
160160
table. Features that are neither `Multiclass` nor `OrderedFactor` are always left
161161
unchanged.
162162

0 commit comments

Comments
 (0)