Skip to content

Pruning frequent/infrequent indices #13

@ShadenSmith

Description

@ShadenSmith

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions