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

ENH: Support vector-valued metadata and relevant filtering operations #708

Open
1 of 3 tasks
tcoffman-strive opened this issue Aug 16, 2024 · 0 comments
Open
1 of 3 tasks

Comments

@tcoffman-strive
Copy link

Feature Type

  • Adding new functionality to valor

  • Changing existing functionality in valor

  • Removing existing functionality in valor

Problem Description

I wish I could leverage semantic monitoring and/or other rich decompositions of my input space, together with Valor slicing and filtering capabilities, to gain deeper understanding into model performance in a more automated way.

Feature Description

Current capabilities allow user-defined metadata. In theory, vector-valued metadata can be added by just adding N scalar-valued metadata fields. But this significantly limits the depth and relevance of analyzing those values. If I could instead submit vector-valued metadata, and then Valor further supported relevant filtering, distance metrics (Euclidean, p-norms, Mahalanobis distance), or analysis techniques (clustering, multi-dimensional scaling, density estimation, t-SNE, UMAP, etc.), I could file semantic interpretations (e.g., embeddings) as metadata, and likely uncover more subtle and meaningful performance trends (e.g., "This model performs poorly when there is snow on the ground", etc.).

Additional Context

No response

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