Skip to content

Commit 5a4c5d6

Browse files
EssamWisamablaom
andauthored
Update src/generic.jl
Co-authored-by: Anthony Blaom, PhD <[email protected]>
1 parent 19c06ed commit 5a4c5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ a subset of categorical features of X into a scalar or a vector (as specified in
112112
into a scalar (`single_feat=true`)
113113
114114
- 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`)
116116
- In both cases it attempts to preserve the type of the table.
117117
- In the latter case, it assumes that all levels under the same category are mapped to vectors of the same length. Such
118118
assumption is necessary because any column in X must correspond to a constant number of features

0 commit comments

Comments
 (0)