Skip to content

Commit 1b22f60

Browse files
authored
Merge pull request #65 from JuliaAI/docstring-fix
Fix a docstring
2 parents e1d78f6 + 8887acc commit 1b22f60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "MLJTransforms"
22
uuid = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
33
authors = ["Essam <essamwisam@outlook.com> and contributors"]
44

5-
version = "0.1.4"
5+
version = "0.1.5"
66

77
[deps]
88
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"

src/transformers/other_transformers/one_hot_encoder.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ Train the machine using `fit!(mach, rows=...)`.
214214
(`ignore=true`). This default behavior can be modified by the
215215
`ordered_factor` flag.
216216
217-
- `ordered_factor=false`: when `true`, `OrderedFactor` features are
218-
universally excluded
217+
- `ordered_factor=true`: when `false`, `OrderedFactor` features are
218+
left untouched.
219219
220220
- `drop_last=false`: whether to drop the column corresponding to the
221221
final class of encoded features. For example, a three-class feature

0 commit comments

Comments
 (0)