COCOData.validate_infered_batch_predictions#

static COCOData.validate_infered_batch_predictions(batch_predictions)[source]#

Validate the infered predictions from the batch.

Parameters
batch_predictionst.Any

The infered predictions from the batch

Raises
ValidationError

If predictions format is invalid

DeepchecksNotImplementedError

If infer_on_batch not implemented