TargetDataMismatchError
Bases: ValueError
Raised when the target column of a test dataset mismatches with the target column of the training dataset.
Currently only used in the Baseline Models.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
actual_target_name
|
str
|
The actual target column of the dataset. |
required |
missing_target_name
|
str
|
The name of the missing target column. |
required |