The user provides his model data and also separately his inference data. There should be raised an error in case the target column is not included inside the processed data of the given inference.
Solution
Create a function that checks if the target column is being included inside the processed data of the given inference.
Description
The user provides his model data and also separately his inference data. There should be raised an error in case the target column is not included inside the processed data of the given inference.
Solution
Create a function that checks if the target column is being included inside the processed data of the given inference.
Additional context