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
We are currently using Scikit Learn's FeatureHasher. This operates sample wise rather than variant wise, so we have to work around this with batches. We can simplify this by doing the hashing ourselves (e.g., the mmh3 package).
The text was updated successfully, but these errors were encountered:
We are currently using Scikit Learn's FeatureHasher. This operates sample wise rather than variant wise, so we have to work around this with batches. We can simplify this by doing the hashing ourselves (e.g., the mmh3 package).
The text was updated successfully, but these errors were encountered: