Skip to content

Commit 5272758

Browse files
EssamWisamablaom
andauthored
Update src/generic.jl
Co-authored-by: Anthony Blaom, PhD <[email protected]>
1 parent 0075af7 commit 5272758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generic.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ logic?"
1616
- X: A table where the elements of the categorical features have [scitypes](https://juliaai.github.io/ScientificTypes.jl/dev/)
1717
`Multiclass` or `OrderedFactor`
1818
- features=[]: A list of names of categorical features given as symbols to exclude or include from encoding,
19+
according to the value of `ignore`
1920
or a callable that returns true for features to be included/excluded
2021
- ignore=true: Whether to exclude or includes the features given in features
2122
- ordered_factor=false: Whether to encode OrderedFactor or ignore them

0 commit comments

Comments
 (0)