Skip to content

[WIP]update metrics cohen kappa #1

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

Closed
wants to merge 276 commits into from
Closed

Conversation

nataliyah123
Copy link
Owner

Description

Brief Description of the PR:

Fixes tensorflow#2066

Type of change

Checklist:

  • I've properly formatted my code according to the guidelines
    • By running Black + Flake8
    • By running pre-commit hooks
  • This PR addresses an already submitted issue for TensorFlow Addons
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • This PR contains modifications to C++ custom-ops

How Has This Been Tested?

If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:
*

@nataliyah123 nataliyah123 changed the title update metrics cohen kappa [WIP]update metrics cohen kappa Sep 2, 2020
nataliyah123 and others added 29 commits September 2, 2020 22:23
* updated contrastive.py

* updated focal_loss.py

* updated giou_loss.py

* updated kappa_loss.py

* updated npairs.py

* updated quantiles.py

* reformatting giou_loss.py

* updated testable docs contrastive.py

* updated doctests focal_loss.py

* updated testdocs giou_loss.py

* updated testdocs kappa_loss.py

* updated testdocs npairs.py

* updated testdocs quantiles.py

* minor changes to formatting

* fixing multi-line error

* adding empty line inbetween imports

* adding empty line inbetween imports

* reformatting imports

* reverting code formatting changes

* reformatting imports
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

Successfully merging this pull request may close these issues.

Testable docstrings