Skip to content

Commit 19c06ed

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

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
@@ -109,7 +109,7 @@ Given a table `X` and a dictionary `mapping_per_feat_level` which maps each leve
109109
a subset of categorical features of X into a scalar or a vector (as specified in single_feat)
110110
111111
- 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)
112+
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`
115115
into a set of k features where k is the length of the vector (single_feat=false)

0 commit comments

Comments
 (0)