ModelOnlyCheck.run#

ModelOnlyCheck.run(model, random_state: int = 42, with_display: bool = True) CheckResult[source]#

Run check.

Parameters
model

Model to run the check on

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).