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 83f48bf commit 19c06edCopy full SHA for 19c06ed
src/generic.jl
@@ -109,7 +109,7 @@ Given a table `X` and a dictionary `mapping_per_feat_level` which maps each leve
109
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)
+ into a scalar (`single_feat=true`)
113
114
115
into a set of k features where k is the length of the vector (single_feat=false)
0 commit comments