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

Replace unnamed tuple in cls result with a label object #237

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

sovrasov
Copy link
Collaborator

What does this PR do?

Tuple-like behavior is preserved to avoid client code changes:

predictions: ClassificationResult

for label_idx, label_name, prob in predictions.top_labels:
    ...

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

@sovrasov sovrasov added this to the 0.2.6 milestone Nov 20, 2024
@sovrasov sovrasov added this pull request to the merge queue Nov 20, 2024
Merged via the queue into master with commit 32e8a5a Nov 20, 2024
16 checks passed
@sovrasov sovrasov deleted the vs/upd_cls_res branch November 20, 2024 11:43
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

Successfully merging this pull request may close these issues.

2 participants