File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ a subset of categorical features of X into a scalar or a vector (as specified in
121
121
- Levels not in the nested dictionary are mapped to themselves if `identity_map_unknown` is true else raise an error.
122
122
- use_levelnames: if true, the new feature names are generated using the level names when the transform generates multiple features;
123
123
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
125
125
"""
126
126
function generic_transform (
127
127
X,
You can’t perform that action at this time.
0 commit comments