langtest.transform.accuracy#
Classes
|
A class for performing accuracy tests on a given dataset. |
Abstract base class for implementing accuracy measures. |
|
|
Evaluation class for Language Model performance on question-answering tasks using the Language Model Metric (LLM). |
Subclass of BaseAccuracy that implements the minimum precision score. |
|
Subclass of BaseAccuracy that implements the minimum precision score. |
|
Subclass of BaseAccuracy that implements the minimum F1 score. |
|
Subclass of BaseAccuracy that implements the minimum macro score. |
|
Subclass of BaseAccuracy that implements the minimum micro f1 score. |
|
Subclass of BaseAccuracy that implements the minimum precision score. |
|
Subclass of BaseAccuracy that implements the minimum precision score. |
|
Subclass of BaseAccuracy that implements the minimum recall score. |
|
Subclass of BaseAccuracy that implements the minimum weighted f1 score. |