DataErrorException Class
Exception related to errors seen while processing data at training or inference time.
Construct a new DataErrorException.
Constructor
DataErrorException(exception_message='', target=None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
exception_message
Required
|
Details on the exception. |
|
target
|
The name of the element that caused the exception to be thrown. Default value: None
|
|
exception_message
Required
|
Details on the exception. |
|
target
Required
|
The name of the element that caused the exception to be thrown. |