How should I choose n_features in FeatureHasher in sklearn?
How should I choose n_features
for FeatureHasher in scikit-learn? Assume that I have 1000 categories in feature case and I would like to hash them.
Topic hashing-trick data scikit-learn machine-learning
Category Data Science