Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Cardinal Categorical Variable(>10000) Processing Issue #708

Open
zhangpengshan opened this issue May 6, 2020 · 1 comment
Open

Comments

@zhangpengshan
Copy link
Contributor

Currently if categorical variable with categories > 10000, stats step such variable would be missed as no stats result.

Such behavior should be changed to like:

  1. Keep randomly 10000 categories at most and leave others to empty category;
  2. Keep top 10000 categories with roughly count per category.
@zhangpengshan
Copy link
Contributor Author

How to leverage hash to enable multi cardinal categories?? May be a idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant