Module: tfa.metrics

Stay organized with collections Save and categorize content based on your preferences.

Additional metrics that conform to Keras API.

Classes

class CohenKappa: Computes Kappa score between two raters.

class F1Score: Computes F-1 Score.

class FBetaScore: Computes F-Beta score.

class GeometricMean: Compute Geometric Mean

class HammingLoss: Computes hamming loss.

class HarmonicMean: Compute Harmonic Mean

class KendallsTau: Computes Kendall's Tau-b Rank Correlation Coefficient.

class MatthewsCorrelationCoefficient: Computes the Matthews Correlation Coefficient.

class MeanMetricWrapper: Wraps a stateless metric function with the Mean metric.

class MultiLabelConfusionMatrix: Computes Multi-label confusion matrix.

class RSquare: Compute R^2 score.

Functions

hamming_distance(...): Computes hamming distance.

hamming_loss_fn(...): Computes hamming loss.