-
Notifications
You must be signed in to change notification settings - Fork 23
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
Created generic prediction + annotation mechanism #571
Conversation
…ader, added prediction scores
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks interesting!
The linter is failing on line lengths. Also please build docs and check how the functions end up looking for you in there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a little bit left, thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Decomposes
predict_with_mlflow
andannotate_with_mlflow
for users that have custom inference functions / already saved annotations (and don't want to re-generate it lazily), as a generic function that returns annotations given batched requests.