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

[BUG] - Active learning fails after deleting records #182

Closed
jhoetter opened this issue Nov 18, 2022 · 3 comments · Fixed by code-kern-ai/refinery-gateway#82
Closed

[BUG] - Active learning fails after deleting records #182

jhoetter opened this issue Nov 18, 2022 · 3 comments · Fixed by code-kern-ai/refinery-gateway#82
Labels
bug Something isn't working enhancement New feature or request

Comments

@jhoetter
Copy link
Member

Describe the bug
Active learning fails after I deleted a record that was manually labeled

To Reproduce
@LakshmiPanguluri please correct me if I got this wrong :)

Steps to reproduce the behavior:

  1. Create a project and label some data manually
  2. Create and run an active learner
  3. Delete a record which has a manual label
  4. Run said active learner again

Expected behavior
The active learner should skip the record, i.e. work as normal

Screenshots

Desktop (please complete the following information):
-

Additional context
Mentioned by LakshmiPangukuri in the discussions thread #181

@jhoetter jhoetter added bug Something isn't working enhancement New feature or request labels Nov 18, 2022
@JWittmeyer
Copy link
Member

Im assuming this is due to a missing reupload of the embedding data after deletion

@lakshmid13579
Copy link

lakshmid13579 commented Nov 20, 2022 via email

@jhoetter
Copy link
Member Author

Thanks, makes sense. It is in our backlog :)

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

Successfully merging a pull request may close this issue.

3 participants