SingleFeatureContribution.run_logic#
- SingleFeatureContribution.run_logic(context: Context, dataset_type: str = 'train') CheckResult [source]#
Run check.
- Returns
- CheckResult
value is a dictionary with PPS per feature column. data is a bar graph of the PPS of each feature.
- Raises
- DeepchecksValueError
If the object is not a Dataset instance with a label.