Skip to content

Commit ce63970

Browse files
committed
👨‍🔧 fix #57
1 parent 6088822 commit ce63970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/other_transformers/one_hot_encoder.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Train the machine using `fit!(mach, rows=...)`.
217217
- `ordered_factor=false`: when `true`, `OrderedFactor` features are
218218
universally excluded
219219
220-
- `drop_last=true`: whether to drop the column corresponding to the
220+
- `drop_last=false`: whether to drop the column corresponding to the
221221
final class of encoded features. For example, a three-class feature
222222
is spawned into three new features if `drop_last=false`, but just
223223
two features otherwise.

0 commit comments

Comments
 (0)