We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc4bc8 commit aed94f3Copy full SHA for aed94f3
tensorflow_addons/metrics/__init__.py
@@ -31,4 +31,9 @@
31
from tensorflow_addons.metrics.r_square import RSquare
32
from tensorflow_addons.metrics.geometric_mean import GeometricMean
33
from tensorflow_addons.metrics.harmonic_mean import HarmonicMean
34
-from tensorflow_addons.metrics.streaming_correlations import KendallsTau
+from tensorflow_addons.metrics.streaming_correlations import (
35
+ KendallsTauB,
36
+ KendallsTauC,
37
+ PearsonsCorrelation,
38
+ SpearmansRank,
39
+)
0 commit comments