-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add documentation for adaptive metrics and CRF score #332
Conversation
Codecov ReportPatch has no changes to coverable lines.
📢 Thoughts on this report? Let us know!. |
examples/regression/2-advanced-analysis/plot_conditional_coverage.py
Outdated
Show resolved
Hide resolved
@candicemyt, the problem of compiling documentation is now solved. I suggest you merge your branch with the master branch as follows (in your local branch): git merge master Consult https://git-scm.com/docs/git-merge if you have any difficulties, or ask me. |
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.
It looks fine to me. The previous comments have been taken into account.
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.
Great PR! It's much better to understand how CRF works. I would add a couple more comments to explain the results 😃
Co-authored-by: Thibault Cordier <124613154+thibaultcordier@users.noreply.github.com>
Co-authored-by: Thibault Cordier <124613154+thibaultcordier@users.noreply.github.com>
Description
Add the missing theoretical documentation on the conformity scores.
Add examples of how to use and interpret the new metrics.
Add a tutorial on the CRF score.
Fixes #331
Type of change
Checklist
make lint
make type-check
make tests
make coverage
make doc