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 @@ -112,7 +112,7 @@ a subset of categorical features of X into a scalar or a vector (as specified in
112
112
into a scalar (`single_feat=true`)
113
113
114
114
- transforms each value (some level) in each column in `X` using the function in `mapping_per_feat_level`
115
- into a set of k features where k is the length of the vector (single_feat=false)
115
+ into a set of `k` features where `k` is the length of the vector (` single_feat=false` )
116
116
- In both cases it attempts to preserve the type of the table.
117
117
- In the latter case, it assumes that all levels under the same category are mapped to vectors of the same length. Such
118
118
assumption is necessary because any column in X must correspond to a constant number of features
You can’t perform that action at this time.
0 commit comments