CalibrationScore.run_logic¶
- CalibrationScore.run_logic(context: CheckRunContext, dataset_type: str = 'train') CheckResult[source]¶
Run check.
- Returns
- CheckResult
value is dictionary of a class and its brier score, displays the calibration curve graph with each class
- Raises
- DeepchecksValueError: If the data is not a Dataset instance with a label.