Skip to content

[cuvs_bench] distinguish search label from build label in data_export.py #818

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

Open
wants to merge 3 commits into
base: branch-25.06
Choose a base branch
from

Conversation

jiangyinzuo
Copy link
Contributor

When configs/algos/*.yaml has string configurations, they will be converted into "label" column in exported CSV files.

But the exported CSV files only have "label" column for build configuration. search configuration is missing.

Before this patch, the search label is overriden by build label in exported CSV files.

After this patch, CSV files have "label" column as build label and "search_label" column as search label.

When `configs/algos/*.yaml` has string configurations, they will be converted into "label" column in exported CSV files.

But the exported CSV files only have "label" column for build configuration. search configuration is missing.

Before this patch, the search label is overriden by build label in exported CSV files.

After this patch, CSV files have "label" column as build label and "search_label" column as search label.
@jiangyinzuo jiangyinzuo requested a review from a team as a code owner April 12, 2025 08:23
Copy link

copy-pr-bot bot commented Apr 12, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@cjnolet cjnolet added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Apr 23, 2025
@cjnolet
Copy link
Member

cjnolet commented Apr 23, 2025

/ok to test 6465ac8

@jiangyinzuo
Copy link
Contributor Author

Hello @cjnolet , I have fixed the python code style issue. Could you please trigger the CI again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change Python
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants