You are preparing a dataset for machine learning training. The dataset contains information about your customers, and includes a numerical age column. Some of the age values are set to ‘?’. This indicates that the age of this particular customer is not known.
How should you process the age column?
Choose the correct answer from the options below.
I'm sorry, your answer is not correct.
Replacing '?' with the average value is one of many strategies to process missing data. Check out my video lesson to learn more.
Learn about numerical data processing