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
So far I don't see anything in the code that suggests anyone is handling high-arity categoricals (I see one hot encodings).
Is there a pattern for this?
I typically like X be a dict of features to generalize things. Am wondering if there is a clear way to work around this pattern here besides casting ints to the array dtype and downcasting at embedding time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So far I don't see anything in the code that suggests anyone is handling high-arity categoricals (I see one hot encodings).
Is there a pattern for this?
I typically like X be a dict of features to generalize things. Am wondering if there is a clear way to work around this pattern here besides casting ints to the array dtype and downcasting at embedding time.
Beta Was this translation helpful? Give feedback.
All reactions