generated from MinBZK/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Run a first technical test #102
Comments
This issue did not have any activity in the last 90 days and will be removed after 30 days |
This issue did not have any activity in the last 90 days and will be removed after 30 days |
This issue is closed due to inactivity |
:( |
❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now we assume a model to be present and data to be present and it runs locally, and that it is linked from the system card.
file://
) to the guusje model.We add a
Shap
technical test to the Instrument Registry. It needsurn
description
task
of type"technical test"
require
a model by pointing to the model field included in the system card.urn
(used below)measures
)Implement the technical test that runs the Shap implementation of AI Verify using the model pointed to in the system card. We implement this as a CLI (for now, later this becomes a Celery worker), based on the minimimal ai verify repo (https://github.com/MinBZK/aiverify/tree/using_aiverify_as_api).
The implementation:
urn
of the Shap technical test task, see above)urn
)Acceptance Criteria
The text was updated successfully, but these errors were encountered: