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
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"""
126126function generic_transform (
127127 X,
You can’t perform that action at this time.
0 commit comments