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
FeatureHasher does not currently support string values for its dict input format (see e.g. #4878). Ideally its input format should be compatible with DictVectorizer, one hot encoding any string-valued items.