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

Only push "confident" predictions back into datasets #4

Open
fracpete opened this issue Sep 13, 2020 · 2 comments
Open

Only push "confident" predictions back into datasets #4

fracpete opened this issue Sep 13, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@fracpete
Copy link
Member

Instead of pushing all predictions back into datasets, only do this for confident ones, e.g.:

  • minimum threshold for score/probability
  • entropy based (Eibe?)

Use as parameter in job templates (Python classname and options).

Domains:

  • image classification: take dictionary (label -> score) and return None or label to store back in dataset.
  • object detection: ?
  • speech: ?
  • audio classification: ?
@fracpete fracpete added the enhancement New feature or request label Sep 13, 2020
@fracpete fracpete self-assigned this Sep 13, 2020
@fracpete
Copy link
Member Author

Store confidence in predictions in meta-data for the file.

@fracpete
Copy link
Member Author

Implemented for image classification (top score, entropy).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant