arthurai.core.bias.bias_wrapper.ArthurBiasWrapper#
- class arthurai.core.bias.bias_wrapper.ArthurBiasWrapper(arthur_model)#
Bases:
object
This is a wrapper class for all bias-related functionality, including metrics and mitigation. This allows users to access bias functionality directly from the ArthurModel object: arthur_model.bias.metrics, for example.
Methods