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 5a4c5d6 commit a8b3296Copy full SHA for a8b3296
src/generic.jl
@@ -106,7 +106,7 @@ end
106
**Private method.**
107
108
Given a table `X` and a dictionary `mapping_per_feat_level` which maps each level for each column in
109
-a subset of categorical features of X into a scalar or a vector (as specified in single_feat)
+a subset of categorical features of X into a scalar or a vector (as specified in `single_feat`)
110
111
- transforms each value (some level) in each column in `X` using the function in `mapping_per_feat_level`
112
into a scalar (`single_feat=true`)
0 commit comments