Question
What is normalization in preprocessing?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Rescaling numeric attributes to a common range or scale
Explanation:
Normalization prevents large-scale variables from dominating scale-sensitive algorithms.
Common methods include min-max scaling and z-score standardization.
Leave a Reply