We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0075af7 commit 5272758Copy full SHA for 5272758
src/generic.jl
@@ -16,6 +16,7 @@ logic?"
16
- X: A table where the elements of the categorical features have [scitypes](https://juliaai.github.io/ScientificTypes.jl/dev/)
17
`Multiclass` or `OrderedFactor`
18
- features=[]: A list of names of categorical features given as symbols to exclude or include from encoding,
19
+ according to the value of `ignore`
20
or a callable that returns true for features to be included/excluded
21
- ignore=true: Whether to exclude or includes the features given in features
22
- ordered_factor=false: Whether to encode OrderedFactor or ignore them
0 commit comments