Answer Posted / Karan Vidyarthi
Data standardization, also known as feature scaling, is a preprocessing technique used in machine learning to bring the range of features within a dataset on an equal scale. This helps the model to compare and learn from all features equally, especially when using distance-based algorithms like k-nearest neighbors (KNN) or support vector machines (SVM).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers