ModelInferenceTime.run_logic

ModelInferenceTime.run_logic(context: CheckRunContext, dataset_type: str = 'train') CheckResult[source]

Run check.

Returns
CheckResult

value is of the type ‘float’ .

Raises
DeepchecksValueError

If the test dataset is not a ‘Dataset’ instance with a label or if ‘model’ is not a scikit-learn-compatible fitted estimator instance.