validation¶
objects validation utilities.
Functions
|
Receive any object and check if it's an instance of a model we support. |
|
Validate that provided value is either hashable or mutable sequence of hashable values. |
|
Check model is able to predict on the dataset. |
Ensure that given object is of type DataFrame or Dataset and return it as DataFrame. |