nlptest.transform.accuracy#

Classes

BaseAccuracy()

Abstract base class for implementing accuracy measures.

MinF1Score()

Subclass of BaseAccuracy that implements the minimum precision score.

MinMacroF1Score()

Subclass of BaseAccuracy that implements the minimum precision score.

MinMicroF1Score()

Subclass of BaseAccuracy that implements the minimum precision score.

MinPrecisionScore()

Subclass of BaseAccuracy that implements the minimum precision score.

MinRecallScore()

Subclass of BaseAccuracy that implements the minimum precision score.

MinWeightedF1Score()

Subclass of BaseAccuracy that implements the minimum weighted f1 score.