langtest.transform.clinical.BaseClincial#
- class BaseClincial#
Bases:
ABC
Baseclass for the clinical tests
- __init__()#
Methods
__init__
()async_run
(*args, **kwargs)Async run method for the clinical tests
Available tests for the clinical tests
run
(sample_list, model, *args, **kwargs)Run method for the clinical tests
transform
(*args, **kwargs)Transform method for the clinical tests
Attributes
alias_name
supported_tasks
test_types
- async classmethod async_run(*args, **kwargs)#
Async run method for the clinical tests
- classmethod available_tests() Dict[str, BaseClincial] #
Available tests for the clinical tests
- abstract async static run(sample_list: List[Sample], model: ModelAPI, *args, **kwargs)#
Run method for the clinical tests
- abstract static transform(*args, **kwargs)#
Transform method for the clinical tests