Skip to content

Commit 83f48bf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ a subset of categorical features of X into a scalar or a vector (as specified in
121121
- Levels not in the nested dictionary are mapped to themselves if `identity_map_unknown` is true else raise an error.
122122
- use_levelnames: if true, the new feature names are generated using the level names when the transform generates multiple features;
123123
else they are generated using the indices of the levels.
124-
- custom_levels: if not nothing, then the levels of the categorical features are replaced by the custom_levels
124+
- custom_levels: if not `nothing`, then the levels of the categorical features are replaced by the custom_levels
125125
"""
126126
function generic_transform(
127127
X,

0 commit comments

Comments
 (0)