Skip to main content

Metrics

All registered Metric components in DashAI.

NameDescription
AccuracyFraction of correctly classified samples over all predictions.
BleuA class for calculating BLEU scores between source and target sentences.
ChrfA class for calculating CHRF scores between source and target sentences.
CohenKappaAgreement between classifier predictions and true labels beyond chance.
ExplainedVarianceProportion of the target variance explained by the regression model.
F1Harmonic mean of precision and recall.
HammingDistanceFraction of labels that are incorrectly predicted (Hamming loss).
LogLossNegative log-likelihood of true labels under the predicted probability distribution.
MAEAverage of absolute differences between predicted and true values.
MSEAverage of squared differences between predicted and true values.
MedianAbsoluteErrorMedian of absolute differences between predicted and true values.
PrecisionFraction of positive predictions that are actually correct.
R2Coefficient of determination — goodness of fit for regression models.
RMSESquare root of the mean squared error between predicted and true values.
ROCAUCArea under the Receiver Operating Characteristic curve.
RecallFraction of actual positives that are correctly identified.
TerA class for calculating TER scores between source and target sentences.