You are preparing a dataset for machine learning training. The dataset only has numerical columns. All columns have values in a range from 0 to 1, except a single price column with values ranging from 0 to 1000.
You decide to use this data for training without performing any numerical preprocessing.
What is the risk of this approach?
Choose the correct answer from the options below.
I'm sorry, your answer is not correct.
The process of adjusting the scale of data to ensure that all columns in a dataset are on a similar scale is called normalisation. Check out my video lesson to learn more.
Learn about data normalization