Skip to content

Commit

Permalink
Add Kendall's Tau-c, Spearman's Rank, Pearson's Correlation metrics (#…
Browse files Browse the repository at this point in the history
…2741)

* renaming kendalls_tau to streaming_correlations

* Fix keras import

* Fix test function naming

* Fixing commit history to improve review experience
  • Loading branch information
nicolaspi committed Aug 5, 2022
1 parent c7c40a0 commit 5759e3d
Show file tree
Hide file tree
Showing 5 changed files with 478 additions and 304 deletions.
7 changes: 6 additions & 1 deletion tensorflow_addons/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
from tensorflow_addons.metrics.r_square import RSquare
from tensorflow_addons.metrics.geometric_mean import GeometricMean
from tensorflow_addons.metrics.harmonic_mean import HarmonicMean
from tensorflow_addons.metrics.kendalls_tau import KendallsTau
from tensorflow_addons.metrics.streaming_correlations import (
KendallsTauB,
KendallsTauC,
PearsonsCorrelation,
SpearmansRank,
)
201 changes: 0 additions & 201 deletions tensorflow_addons/metrics/kendalls_tau.py

This file was deleted.

Loading

0 comments on commit 5759e3d

Please sign in to comment.