quality_metrics
Define the available quality metrics to validate the explanation quality.
Classes:
Name | Description |
---|---|
QualityMetrics |
Quality metrics object. |
Sensitivity |
Sensitivity object. |
Infidelity |
Infidelity object. |
QualityMetrics
#
Quality metrics object.
Sensitivity
#
Sensitivity object.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
The metric name. |
required | |
|
int
|
The number of perturbations. The higher, the more accurate, byt computationally expensive. |
10
|
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
|
number_of_perturbations |
int
|
|
Infidelity
#
Infidelity object.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
str
|
The metric name, default infidelity. |
required |
|
int
|
The number of perturbations. The higher, the more accurate, byt computationally expensive. |
10
|
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
|
number_of_perturbations |
int
|
|