You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, if we're gonna change the type maybe we should use Bool for space efficiency?
julia>sizeof(true)
1
julia>sizeof(1)
8
That being said, maybe we could parameterize the type such that you state what you want returned? That way if I want to construct a pipeline where I know I'm gonna be merging the output from this type into an flattened array of floats then I'll construct it accordingly?
A one-hot-encoding transform for categorical variables
MWE
The text was updated successfully, but these errors were encountered: