Julia Programming Language
All the ways to do one-hot encoding
General Usage
Mattriks
July 17, 2021, 11:38am
4
unique(x) .== permutedims(x)
42 Likes
Generating dummy variables from a vector of strings (one-hot encoding)
show post in topic