MeanAveragePrecisionReport.run#

MeanAveragePrecisionReport.run(dataset: VisionData, random_state: int = 42, with_display: bool = True) CheckResult[source]#

Run check.

Parameters
dataset: VisionData

VisionData object to process

random_stateint

A seed to set for pseudo-random functions

with_displaybool , default: True

flag that determines if checks will calculate display (redundant in some checks).