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

Third Party Classification support #13

Closed
math-a3k opened this issue Feb 5, 2021 · 1 comment
Closed

Third Party Classification support #13

math-a3k opened this issue Feb 5, 2021 · 1 comment
Assignees

Comments

@math-a3k
Copy link
Owner

math-a3k commented Feb 5, 2021

Currently the way of adding another classifier to covid-ht is overriding get_current_classifier() to return an object that has the is_inferred attribute and implement the classification_tuple() - you may provide metadata in the classifier also.

It doesn't have to follow or done via the django-ai API - though you'll get its benefits if you do.

The requirement is that has to be integrated through Python in the server or instance.

The idea is to provide support for "external" classification via a REST API, so integration with a third-party classification services - i.e. written in R - is easily achivied.

@math-a3k math-a3k self-assigned this Feb 5, 2021
@math-a3k
Copy link
Owner Author

math-a3k commented Feb 6, 2021

Initial implementation in fb6fe9f - improvements in other issues

@math-a3k math-a3k closed this as completed Feb 6, 2021
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

No branches or pull requests

1 participant