Vocabulary Word
Scenario:
With the new batch of data for our machine learning model, we have a large proportion of missing values. What’s your suggestion for handling this?
Response:
I recommend data preprocessing. We could impute the missing data and balance the data set before feeding it to our learning model.
Scenario:
There are some inconsistencies in the customer data collected through various sources. How should we tackle this before proceeding further?
Response:
We should definitely initiate data preprocessing. Cleaning the inconsistencies, handling missing values, and structuring the data will help us with better analysis.