-
Notifications
You must be signed in to change notification settings - Fork 39
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
[SDK][Agreement] Add agreement package to sdk. #850
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
…er row percentages.
I wonder if you have access to gitbook, but we'll need to update SDK docs. |
I can access the gitbook and make change requests. I suppose this is sufficient. Will make a change request and let you know once that is ready for review.
Currently it is only planned to be part of the python SDK. It is currently also only an optional extra module for the python SDK, to keep its size small. Maybe I should add checks and appropriate warnings, if people try to import functions from the agreement package and they have not installed the required extras? At the moment, it will throw an import error, saying that required libraries are not installed. |
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.
lgtm, let's wait for approval from @leric7
Description
This PR adds a submodule to the the python sdk for calculating Interrater Agreement.
Summary of changes
hypothesis
(dev) andpyerf
andnumpy
.How test the changes
make unit-test
Related issues
Closes #777.
Operational checklist