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
The WordHashBag transform creates a TokenizeTransform for each of its input columns, but it uses an array with one entry per output column, so if there are multiple input columns, only one TokenizeTransform per output column is created.