model_type_validation#

model_type_validation(model: Any)[source]#

Receive any object and check if it’s an instance of a model we support.

Parameters
model: t.Any
Raises
——
DeepchecksValueError

If the object is not of a supported type