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

Pruning frequent/infrequent indices #13

Open
ShadenSmith opened this issue Dec 20, 2017 · 0 comments
Open

Pruning frequent/infrequent indices #13

ShadenSmith opened this issue Dec 20, 2017 · 0 comments

Comments

@ShadenSmith
Copy link
Contributor

We should allow users to specify minimum and/or maximum frequencies of indices for various modes. When and index appears too often, or not often enough, drop it. This could also be done as a percentage (e.g., "drop the 5% most frequent items").

This comes at the cost of requiring additional traversals over the tensor data. Each time an index is pruned, it may make others frequent/infrequent, and thus we have to iterate until convergence.

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

No branches or pull requests

1 participant