task_efficacy
mlte/qa_category/functionality/task_efficacy.py
TaskEfficacy QACategory definition.
TaskEfficacy
Bases: QACategory
The TaskEfficacy QACategory assesses the ability of a model to perform the task for which it is designed.
Source code in mlte/qa_category/functionality/task_efficacy.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
__init__(rationale)
Initialize a TaskEfficacy instance.
Source code in mlte/qa_category/functionality/task_efficacy.py
16 17 18 19 20 21 22 23 24 25 26 27 28 |
|